dwm was giving me some issues, and it just wasn't fun to use anymore. So I switched to bspwm, which should have basically everything I need.
73 lines
1.3 KiB
Plaintext
73 lines
1.3 KiB
Plaintext
# BSPWM
|
|
super + {_, shift + } {h,j,k,l}
|
|
bspc node -{f,s} {west, south, north, east}
|
|
|
|
super + Escape
|
|
killall xinit
|
|
|
|
super + {_,shift + } q
|
|
bspc node -{c,k}
|
|
|
|
super + c
|
|
bspc node -s biggest
|
|
|
|
super + shift + {t,f}
|
|
bspc node -t {tiled,floating}
|
|
|
|
super + f
|
|
bspc node -t ~fullscreen
|
|
|
|
super + {_,shift + }{1,2,3}
|
|
bspc {desktop -f,node -d} {Development,Browser,Media}
|
|
|
|
hyper + {_,shift + }{1,2,3}
|
|
bspc {desktop -f,node -d} {Development,Browser,Media}
|
|
|
|
# Launchers
|
|
{super + Return, hyper + a}
|
|
alacritty
|
|
|
|
super + a
|
|
dmenu_run
|
|
|
|
hyper + e
|
|
$HOME/.emacs_anywhere/bin/run
|
|
|
|
hyper + s
|
|
qutebrowser
|
|
|
|
hyper + q
|
|
emacsclient -c -s MAIN -a=emacs
|
|
|
|
hyper + l
|
|
$HOME/.local/scripts/lock
|
|
|
|
hyper + d
|
|
$HOME/.local/scripts/background
|
|
|
|
hyper + m
|
|
$HOME/.local/scripts/playlist_choice
|
|
|
|
# Music and volume
|
|
F{6,7,8}
|
|
mpc -q {prev,toggle,next}; \
|
|
pkill -RTMIN+11 dwmblocks
|
|
|
|
XF86Audio{Prev,Next}
|
|
mpc -q {prev,next}; \
|
|
pkill -RTMIN+11 dwmblocks
|
|
|
|
{_,hyper + }F{9,10}
|
|
{pactl set-sink-volume 0,$HOME/.local/scripts/mpc_volume} {-,+}5%; \
|
|
pkill -RTMIN+12 dwmblocks
|
|
|
|
{_,hyper + }XF86Audio{Lower,Raise}Volume
|
|
{pactl set-sink-volume 0,$HOME/.local/scripts/mpc_volume} {-,+}5%; \
|
|
pkill -RTMIN+12 dwmblocks
|
|
|
|
XF86MonBrightness{Down,Up}
|
|
xbacklight {-,+}15
|
|
|
|
F{3,4}
|
|
xbacklight {-,+}15
|