diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index c395542..caab67e 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -7,13 +7,15 @@ wmname LG3D bspc monitor -d I II III IV V VI VII -bspc config border_width 2 -bspc config window_gap 12 -bspc config top_padding 24 +bspc config border_width 2 +bspc config window_gap 12 +bspc config top_padding 24 -bspc config split_ratio 0.52 -bspc config borderless_monocle true -bspc config gapless_monocle true +bspc config split_ratio 0.52 +bspc config borderless_monocle true +bspc config gapless_monocle true + +bspc config focused_border_color '#83a598' # bspc rule -a Gimp desktop='^8' state=floating follow=on # bspc rule -a Chromium desktop='^2' diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 04c3aa2..5708263 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -8,7 +8,16 @@ super + Return # program launcher super + @space - dmenu_run + rofi -width 30 \ + -lines 10 \ + -font 'JetBrains Mono 10' \ + -location 2 \ + -yoffset 100 \ + -terminal kitty \ + -theme gruvbox-light \ + -combi-modi window,drun,run \ + -show combi \ + -modi combi # make sxhkd reload its configuration files: super + Escape