summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/sxhkd/sxhkdrc10
-rw-r--r--.xprofile2
2 files changed, 6 insertions, 6 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index aecab19..9155895 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -95,18 +95,18 @@ super + {_,shift +} bracketleft
mpc seek -{10,120}
# Increase volume
super + {equal,plus}
- amixer sset Master {5,15}%+; pkill -RTMIN+10 dwmblocks
+ amixer sset Master {5,15}%+; pkill -RTMIN+10 $STATUSBAR
# Decrease volume
super {_,shift +} + minus
- amixer sset Master {5,15}%-; pkill -RTMIN+10 dwmblocks
+ amixer sset Master {5,15}%-; pkill -RTMIN+10 $STATUSBAR
super + shift + m
- amixer sset Master toggle; pkill -RTMIN+10 dwmblocks
+ amixer sset Master toggle; pkill -RTMIN+10 $STATUSBAR
# Audiokeys
XF86AudioMute
- amixer sset Master toggle; pkill -RTMIN+10 dwmblocks
+ amixer sset Master toggle; pkill -RTMIN+10 $STATUSBAR
XF86Audio{Raise,Lower}Volume
- amixer sset Master 5%{+,-}; pkill -RTMIN+10 dwmblocks
+ amixer sset Master 5%{+,-}; pkill -RTMIN+10 $STATUSBAR
XF86Audio{Next,Prev}
mpc {next,prev}
XF86Audio{Pause,Play,Stop}
diff --git a/.xprofile b/.xprofile
index 7046fba..b8c7882 100644
--- a/.xprofile
+++ b/.xprofile
@@ -6,7 +6,7 @@
remaps & # run the remaps script, switching caps/esc and more; check it for more info
setbg & # set the background with the `setbg` script
xcompmgr & # xcompmgr for transparency
-dwmblocks & # script for updating the status bar
+$STATUSBAR & # script for updating the status bar
dunst & # dunst for notifications
sxhkd & # Bind keys with sxhkd
xset r rate 300 50 & # Speed xrate up