summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bash_profile2
-rwxr-xr-x.xinitrc7
2 files changed, 6 insertions, 3 deletions
diff --git a/.bash_profile b/.bash_profile
index 3ce6850..4b87c78 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -9,8 +9,6 @@ source ~/perl5/perlbrew/etc/bashrc
export PATH="${HOME}/bin:${HOME}/.raku/bin:${PATH}"
export GPG_TTY="$(tty)"
-eval "$(keychain --eval --inherit any-once --agents ssh id_rsa id_ed25519)"
-
function e() {
emacsclient -n "$@"
}
diff --git a/.xinitrc b/.xinitrc
index 5522087..76a7f60 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -7,9 +7,14 @@ fi
cd
export LC_ALL=en_US.UTF-8
xset s off
+xset -dpms
gamma 1
xsetroot -solid black
xrdb -load .Xdefaults
start-pulseaudio-x11
-exec cvlc -f
+/usr/bin/mpd /home/dakkar/mpd/mpd.conf
+
+cvlc -f &
+
+exec fvwm