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
|
||||
|
||||
@@ -34,6 +34,15 @@ alt + a
|
||||
alt + p
|
||||
dexec_pim
|
||||
|
||||
alt + v
|
||||
dexec_vpn
|
||||
|
||||
alt + shift + o
|
||||
texec "vim -c ':History!'"
|
||||
|
||||
alt + o
|
||||
texec "vim -c ':Files!'"
|
||||
|
||||
#
|
||||
# bspwm hotkeys
|
||||
#
|
||||
@@ -50,7 +59,6 @@ alt + p
|
||||
# quit/restart bspwm
|
||||
alt + shift + r
|
||||
bspc wm -r
|
||||
pkill -SIGUSR1 polybar
|
||||
pkill -SIGUSR1 sxhkd
|
||||
|
||||
# close and kill
|
||||
@@ -140,8 +148,8 @@ ctrl + alt + shift + {1-9,0}
|
||||
#
|
||||
|
||||
# preselect the direction
|
||||
alt + ctrl + {h,j,k,l}
|
||||
bspc node -p {west,south,north,east}
|
||||
#super + {Left,Down,Up,Right}
|
||||
# bspc node -p {west,south,north,east}
|
||||
|
||||
alt + ctrl + {Left,Down,Up,Right}
|
||||
bspc node -p {west,south,north,east}
|
||||
|
||||
Reference in New Issue
Block a user