bspwm, Compton: Behavior and window rules
This commit is contained in:
@@ -32,27 +32,31 @@ printf "[INFO] Configuring bspwm\n"
|
||||
# Unique to bspwm, because i3 handles this alright
|
||||
$HOME/.config/bspwm/monitorset.sh
|
||||
|
||||
bspc config border_width 4
|
||||
bspc config window_gap 6
|
||||
|
||||
bspc config split_ratio 0.50
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
bspc config remove_disabled_monitors true
|
||||
## Behavior
|
||||
# Tiling behavior
|
||||
bspc config split_ratio 0.50
|
||||
bspc config remove_disabled_monitors false
|
||||
bspc config remove_unplugged_monitors true
|
||||
|
||||
# Pointer behavior
|
||||
bspc config click_to_focus any
|
||||
|
||||
bspc config pointer_follows_focus true
|
||||
bspc config pointer_follows_monitor true
|
||||
bspc config pointer_modifier mod1
|
||||
bspc config pointer_action1 move
|
||||
bspc config pointer_action2 resize_corner
|
||||
bspc config pointer_action1 move #LMB
|
||||
bspc config pointer_action2 resize_corner #RMB
|
||||
|
||||
bspc config normal_border_color "#3c3836"
|
||||
bspc config active_border_color "#458588"
|
||||
bspc config focused_border_color "#83a598"
|
||||
bspc config presel_feedback_color "#9b9b9b"
|
||||
## Looks
|
||||
# Padding
|
||||
bspc config border_width 4
|
||||
bspc config window_gap 6
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
# Colors
|
||||
bspc config normal_border_color "#3c3836" #Unfocused
|
||||
bspc config active_border_color "#458588" #Focused, but current monitor isn't
|
||||
bspc config focused_border_color "#83a598" #Focused completely
|
||||
bspc config presel_feedback_color "#9b9b9b" #???
|
||||
|
||||
printf "[INFO] Setting window rules\n"
|
||||
bspc rule -r '*'
|
||||
@@ -60,6 +64,8 @@ bspc rule -a Waterfox desktop=1
|
||||
bspc rule -a Discord desktop=7
|
||||
bspc rule -a Spotify desktop=8
|
||||
bspc rule -a 'Minecraft 1.7.10' state=fullscreen
|
||||
# For fullscreen Wine
|
||||
bspc rule -a explorer.exe state=fullscreen
|
||||
# Plasma rules
|
||||
bspc rule -a plasmashell state=floating sticky=on border=off
|
||||
bspc rule -a krunner state=floating layer=above sticky=on border=off
|
||||
|
Reference in New Issue
Block a user