diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index 8f04102..953c469 100644 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -3,15 +3,18 @@ pgrep -x sxhkd > /dev/null || sxhkd & bspc monitor -d I II III IV V VI VII VIII IX X -xrandr -s 1920x1080 & +#xrandr -s 1920x1080 & bspc config border_width 1 -bspc config window_gap 5 +bspc config window_gap 7 + +bspc config split_ratio 0.50 +bspc config top_padding 31 -bspc config split_ratio 0.50 bspc config borderless_monocle true bspc config gapless_monocle true -bspc config top_padding 31 +bspc config remove_unplugged_monitors true +bspc config remove_disabled_monitors true bspc config normal_border_color "#111212" bspc config active_border_color "#006796" @@ -19,11 +22,24 @@ bspc config focused_border_color "#FF000000" bspc config focus_follows_pointer true bspc config pointer_follows_monitor true +bspc config click_to_focus false + +# Rule Commands - General Syntax. +# bspc rule -a, --add (|*)[:(|\*)[:(|*)]] +# [*-o*|--one-shot] [monitor=MONITOR_SEL|desktop=DESKTOP_SEL|node=NODE_SEL] +# [state=STATE] [layer=LAYER] [split_dir=DIR] [split_ratio=RATIO] +# [(hidden|sticky|private|locked|marked|center|follow|manage|focus|border)=(on|off)] +# [rectangle=WxH+X+Y] + +# To Fine CLASS Use xprop on terminal. + +# Example # bspc rule -a Google-chrome desktop='^2' follow=on border=off -bspc rule -a Gimp desktop='^8' follow=on layer=above border=off -bspc rule -a Firefox desktop='^2' follow=on bspc rule -a Google-chrome desktop='^2' follow=on border=off +bspc rule -a Firefox desktop='^2' follow=on border=off +bspc rule -a Gimp desktop='^6' follow=on layer=above border=off bspc rule -a mplayer2 state=floating +bspc rule -a Inkscape desktop='^7' follow=on border=off bspc rule -a Kupfer.py focus=on bspc rule -a Screenkey manage=off diff --git a/last-step-setup-menu.sh b/last-step-setup-menu.sh index 4e3d0a3..d8ae9bc 100644 --- a/last-step-setup-menu.sh +++ b/last-step-setup-menu.sh @@ -2,9 +2,9 @@ # Remember that this menu uses this apt package "dialog" -HEIGHT=15 -WIDTH=60 -CHOICE_HEIGHT=4 +HEIGHT=25 +WIDTH=80 +CHOICE_HEIGHT=5 BACKTITLE="Martin BSPwm DTE - The last step of the installation" TITLE="The last step of the installation" MENU="Choose one of the following options:"