민트색으로 변경

This commit is contained in:
2020-08-16 23:53:38 +09:00
parent ea79306772
commit 4bc0472368
18 changed files with 258 additions and 66 deletions

View File

@@ -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