dotfiles

<-- duh.
git clone https://hhvn.uk/dotfiles
git clone git://hhvn.uk/dotfiles
Log | Files | Refs | Submodules | LICENSE

keys (873B)


      1 # Copyright (c) 2023 hhvn <dev@hhvn.uk>
      2 # ISC license
      3 # vim: filetype=sxhkd :
      4 #
      5 # See also: git://hhvn.uk/sxhkd-rc
      6 
      7 super + r
      8 	pkill -USR1 -x sxhkd; bspc wm -r
      9 
     10 super + q
     11 	bspc node -c
     12 
     13 # Tiled / monocle
     14 super + f
     15 	bspc desktop -l next
     16 
     17 # Like dwm
     18 super + shift + Return
     19 	bspc node -s biggest.local
     20 
     21 # Window management
     22 super + [ ,shift + ][h, j, k, l]
     23 	bspc node -[f,s] [west, south, north, east]
     24 
     25 super + [ ,shift + ][comma, period]
     26 	bspc node -[f,s] [prev, next].local
     27 
     28 
     29 super + alt + [h, j, k, l]
     30 	bspc node -p [west, south, north, east]
     31 
     32 super + alt + Return
     33 	bspc node -p cancel
     34 
     35 # super + f
     36 # 	bspc node -t ~fullscreen
     37 
     38 super + shift + f
     39 	bspc node -t ~floating
     40 
     41 # Desktop management
     42 super + [1, 2, 3, 4, 5, 6, 7, 8, 9, 0]
     43 	bspc desktop [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] -f
     44 
     45 super + shift + [1, 2, 3, 4, 5, 6, 7, 8, 9, 0]
     46 	bspc node -d [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]