diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index b568af7c..be5feb94 100644 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -31,19 +31,19 @@ xmodmap ~/.xmodmap # Make caps lock (left ctrl) work as escape xcape -e 'Control_L=Escape' -# Set a temporary black background to avoid flash -~/.config/feh/tile.sh 000000 - # If we're in KDE Plasma, then add bottom padding for # the panel at the bottom. if [ "$XDG_CURRENT_DESKTOP" == "KDE" ]; then bspc config window_gap 20 - bspc config bottom_padding 60 + bspc config bottom_padding 58 # Make the application menu float instead of tile bspc rule -a plasmashell state=floating border=off else + # Set a temporary black background to avoid flash + ~/.config/feh/tile.sh 000000 + # If running with VirtualBox client utilities, start them. # Useful for automatically changing display resolution, etc. if hash VBoxClient-all 2>/dev/null; then