25 lines
652 B
Bash
Executable File
25 lines
652 B
Bash
Executable File
#! /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
|
|
bspc config pointer_follows_focus true
|
|
|
|
xset s 300 5
|
|
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock
|
|
|