Update 2024-01-21 21:52 OpenBSD/amd64-x13
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ~/.bin/_config
|
||||
|
||||
# export MIXERDEVICE=/dev/audioctl0
|
||||
# pgrep -q polybar || polybar &
|
||||
|
||||
@@ -10,11 +12,13 @@ pgrep -q sxhkd || sxhkd -c $HOME/.config/bspwm/sxhkdrc &
|
||||
# hsetroot -fill ~/Backgrounds/5JdtbnY.jpg
|
||||
# pgrep -q picom || picom &
|
||||
|
||||
xsetroot -solid "$BACKGROUND"
|
||||
|
||||
# configure bspwm
|
||||
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
|
||||
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 12
|
||||
bspc config window_gap 26
|
||||
|
||||
remove_disabled_monitors true
|
||||
remove_unplugged_monitors true
|
||||
@@ -25,12 +29,12 @@ 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 focused_border_color "$COLOR_NF"
|
||||
bspc config active_border_color "$COLOR_NF"
|
||||
bspc config normal_border_color "$COLOR_NB"
|
||||
bspc config ignore_ewmh_fullscreen true
|
||||
|
||||
bspc config presel_feedback_color "#442211"
|
||||
bspc config presel_feedback_color "$COLOR_NF"
|
||||
bspc config presel_feedback true
|
||||
|
||||
# automatic tiling
|
||||
|
||||
Reference in New Issue
Block a user