민트색으로 변경
This commit is contained in:
@@ -9,7 +9,7 @@ function kill_program {
|
||||
|
||||
bspc monitor -d
|
||||
|
||||
bspc config border_width $(echo 1 \* $SCALE | bc)
|
||||
bspc config border_width $(echo 3 \* $SCALE | bc)
|
||||
bspc config window_gap $(echo 12 \* $SCALE | bc)
|
||||
|
||||
bspc config split_ratio 0.52
|
||||
@@ -17,15 +17,15 @@ bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
bspc config single_monocle true
|
||||
bspc config focus_follows_pointer true
|
||||
bspc config focused_border_color '#eb564d'
|
||||
bspc config normal_border_color '#ccc'
|
||||
bspc config focused_border_color '#8abeb7'
|
||||
bspc config normal_border_color '#cceeee'
|
||||
|
||||
bspc rule -a Nextcloud desktop='^1' state=floating follow=on
|
||||
bspc rule -a "*:transgui" desktop='^1' state=floating follow=on
|
||||
bspc rule -a TelegramDesktop desktop='^1' state=floating follow=on
|
||||
bspc rule -a Google-chrome desktop='^3' follow=on
|
||||
bspc rule -a Code desktop='^4' follow=on
|
||||
bspc rule -a Org.gnome.Nautilus desktop='^5' follow=on
|
||||
bspc rule -a TelegramDesktop state=floating sticky=on
|
||||
bspc rule -a baka-mplayer state=floating sticky=on
|
||||
bspc rule -a smplayer state=floating sticky=on
|
||||
|
||||
|
||||
Reference in New Issue
Block a user