Update 2024-01-21 12:06 OpenBSD/amd64-x13
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
#export MIXERDEVICE=/dev/audioctl0
|
||||
pgrep -q polybar || polybar &
|
||||
# export MIXERDEVICE=/dev/audioctl0
|
||||
# pgrep -q polybar || polybar &
|
||||
|
||||
# start hotkey daemon
|
||||
pgrep -q sxhkd || sxhkd -c $HOME/.config/bspwm/sxhkdrc &
|
||||
|
||||
# we're fancy now.
|
||||
pgrep -q picom || picom &
|
||||
# hsetroot -fill ~/Backgrounds/5JdtbnY.jpg
|
||||
# pgrep -q picom || picom &
|
||||
|
||||
# configure bspwm
|
||||
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
|
||||
@@ -29,11 +30,11 @@ 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
|
||||
bspc config presel_feedback_color "#442211"
|
||||
bspc config presel_feedback true
|
||||
|
||||
# automatic tiling
|
||||
bspc config automatic_scheme longest_side
|
||||
bspc config automatic_scheme alternate
|
||||
bspc config honor_size_hints false
|
||||
|
||||
# mouse can resize/move floating nodes
|
||||
|
||||
Reference in New Issue
Block a user