From 6fbac254f87139173ae5996fa38df448ddeed178 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Thu, 24 Dec 2020 10:27:09 -0700 Subject: Tidy up config --- .config/bspwm/bspwmrc | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to '.config/bspwm') diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 842152e..7118942 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -4,7 +4,7 @@ # Always running programs. # -feh --bg-fill ~/pix/wp/starwars_1.png +feh --bg-fill ~/pix/wp/dracula_1.png # Since polybar_panel already manages the starting # of the actual polybar(s), just check if (any) polybar # is running, if not, run the specified command to run them. @@ -52,12 +52,18 @@ bspc config top_padding 34 bspc config bottom_padding 10 bspc config left_padding 10 bspc config right_padding 10 + bspc config border_width 2 bspc config window_gap 5 + bspc config split_ratio 0.6 + bspc config borderless_monocle true bspc config gapless_monocle true +# Could try poniter_follows_monitor instead. +bspc config pointer_follows_focus true + # Colors. # First get all colors. # COLOR_FOREGROUND=$(xresource foreground) @@ -72,7 +78,7 @@ COLOR_BLACK_ALT=$(xresource color8) # COLOR_GREEN_ALT=$(xresource color10) COLOR_YELLOW=$(xresource color3) # COLOR_YELLOW_ALT=$(xresource color11) -# COLOR_BLUE=$(xresource color4) +COLOR_BLUE=$(xresource color4) # COLOR_BLUE_ALT=$(xresource color12) # COLOR_PURPLE=$(xresource color5) # COLOR_PURPLE_ALT=$(xresource color13) @@ -82,8 +88,9 @@ COLOR_CYAN=$(xresource color6) # COLOR_WHITE_ALT=$(xresource color15) bspc config normal_border_color $COLOR_BLACK_ALT -bspc config active_border_color $COLOR_YELLOW -bspc config focused_border_color $COLOR_CYAN +bspc config active_border_color $COLOR_CYAN +bspc config focused_border_color $COLOR_BLUE +bspc config presel_feedback_color $COLOR_BLUE # Rules. bspc rule -a *:*:"Picture-in-Picture" state=floating rectangle=640x360+640+360 -- cgit v1.2.3-54-g00ecf