updated window rules for chromium and steam
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#! /bin/sh
|
||||
|
||||
# bspwm config
|
||||
bspc config border_width 2
|
||||
@@ -8,18 +8,19 @@ bspc config split_ratio 0.50
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
bspc config focus_by_distance true
|
||||
bspc config ignore_ewmh_focus true
|
||||
bspc config auto_cancel true
|
||||
|
||||
# color
|
||||
bspc config focused_border_color "#517ba2"
|
||||
|
||||
# desktops
|
||||
bspc monitor DVI-D-0 -d term misc
|
||||
bspc monitor HDMI-0 -d web games
|
||||
bspc monitor DVI-I-1 -d web games
|
||||
bspc monitor HDMI-0 -d term misc
|
||||
|
||||
# application rules
|
||||
bspc rule -a Chromium desktop=web
|
||||
bspc rule -a Steam desktop=games
|
||||
bspc rule -a chromium desktop=web
|
||||
bspc rule -a Steam follow=off border=off desktop=games
|
||||
|
||||
# hotkey daemon
|
||||
sxhkd &
|
||||
|
||||
Reference in New Issue
Block a user