2023-02-20 06:07:04 +00:00
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
. "${HOME}/.cache/wal/colors.sh"
|
|
|
|
|
|
|
|
bspc monitor -d I II III IV V VI VII VIII IX X
|
|
|
|
|
|
|
|
bspc config active_border_color $background
|
|
|
|
bspc config normal_border_color $background
|
|
|
|
bspc config focused_border_color $color4
|
|
|
|
bspc config presel_feedback_color $color4
|
|
|
|
bspc config pointer_motion_interval 6ms
|
|
|
|
|
|
|
|
bspc config border_width 2
|
|
|
|
bspc config window_gap 5
|
|
|
|
|
|
|
|
bspc config split_ratio 0.52
|
|
|
|
bspc config borderless_monocle true
|
|
|
|
bspc config gapless_monocle true
|
|
|
|
bspc config focus_follows_pointer true
|
2023-03-01 06:00:58 +00:00
|
|
|
bspc config pointer_follows_focus true
|
2023-02-20 06:07:04 +00:00
|
|
|
|