Update 2023-11-08 11:02 OpenBSD/amd64-x13
This commit is contained in:
@@ -6,22 +6,28 @@ pgrep -q polybar || polybar &
|
||||
# start hotkey daemon
|
||||
pgrep -q sxhkd || sxhkd -c $HOME/.config/bspwm/sxhkdrc &
|
||||
|
||||
# we're fancy now.
|
||||
pgrep -q picom || picom &
|
||||
|
||||
# configure bspwm
|
||||
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
|
||||
|
||||
bspc config border_width 1
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 12
|
||||
|
||||
remove_disabled_monitors true
|
||||
remove_unplugged_monitors true
|
||||
|
||||
bspc config split_ratio 0.52
|
||||
bspc config split_ratio 0.50
|
||||
bspc config focus_follows_pointer true
|
||||
|
||||
bspc config borderless_monocle false
|
||||
bspc config gapless_monocle true
|
||||
|
||||
bspc config focused_border_color "#FF6A00"
|
||||
bspc config active_border_color "#444444"
|
||||
bspc config normal_border_color "#222222"
|
||||
bspc config ignore_ewmh_fullscreen true
|
||||
|
||||
bspc config presel_feedback_color "#FF6A00"
|
||||
bspc config presel_feedback false
|
||||
|
||||
@@ -12,8 +12,8 @@ alt + shift + Return
|
||||
alt + control + Return
|
||||
hterm
|
||||
|
||||
alt + b
|
||||
$HOME/.config/bspwm/pidgin.sh
|
||||
alt + minus
|
||||
sp
|
||||
|
||||
# program launcher
|
||||
alt + d
|
||||
|
||||
Reference in New Issue
Block a user