diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/bspwm/bspwmrc | 4 | ||||
-rw-r--r-- | config/sxhkd/sxhkdrc | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index 6a2b2fe..d8c81f5 100755 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -1,4 +1,4 @@ -#! /bin/sh +# /bin/sh source ~/.config/bspwm/colors bspc config border_width 3 @@ -10,6 +10,8 @@ bspc config focused_border_color $COLOR0 bspc config active_border_color $COLOR0 bspc config normal_border_color $COLOR11 +bspc config top_padding 24 + bspc config borderless_monocle true bspc config gapless_monocle true bspc config apply_floating_atom true diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index bfcfc86..71eb048 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -207,7 +207,7 @@ super + Prior amixer -q set Master 5+ && volume -f 'V%i' > /tmp/panel-fifo super + Next - amixer -q set Master 5- && volume -f 'V%i' > "$PANEL_FIFO" + amixer -q set Master 5- && volume -f 'V%i' > /tmp/panel-fifo # # # brightness controls |