summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2022-01-04 10:50:44 +0000
committerdakkar <dakkar@thenautilus.net>2022-01-04 10:50:44 +0000
commit4fdf63d0ce9404eb8b92eb8cec6ff2835ce3d544 (patch)
tree7b7078960deb9da92c2225fa174e8eae50d95f11
parentautostart x11 (diff)
downloaddotfiles-4fdf63d0ce9404eb8b92eb8cec6ff2835ce3d544.tar.gz
dotfiles-4fdf63d0ce9404eb8b92eb8cec6ff2835ce3d544.tar.bz2
dotfiles-4fdf63d0ce9404eb8b92eb8cec6ff2835ce3d544.zip
media player fixes
-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