diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-02-03 14:12:10 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-02-03 14:12:10 +0100 |
commit | 354b1ce6918f3945ab863384b648149985076919 (patch) | |
tree | 604e751fc393dcee5145fe38dc8355b5af42e18f /.xinitrc | |
parent | b8d0481f62827db75f26e83bf57b53289424403b (diff) | |
download | dotfiles-354b1ce6918f3945ab863384b648149985076919.tar.gz dotfiles-354b1ce6918f3945ab863384b648149985076919.tar.xz |
xinitrc: Comment pulseaudio
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ setxkbmap us altgr-intl #sup --delay-after 3 --delay 1 --reset-after 0 xbindkeys -n & xkbcomp ~/.xkbmap "$DISPLAY" & xautolock -nowlocker "$HOME/bin/screen-locker.sh" -locker "$HOME/bin/screen-locker.sh" -time 10 & -pulseaudio --start & +#pulseaudio --start & remote-notify-client.sh </dev/null & # might need --glx-copy-from-front to reduce lag in urxvt #compton -bfzCG --backend glx --vsync opengl-swc --paint-on-overlay -D2 #--glx-no-rebind-pixmap --glx-no-stencil --unredir-if-possible |