1
0
Fork 0
dotfiles/.config/sxhkd/sxhkdrc
Lucas Sta Maria 7f2c008e7c
fix: add sensible monocle layout
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
2022-10-14 23:53:28 -04:00

231 lines
5 KiB
Text

#
# wm independent hotkeys
#
# terminal emulator
super + Return
kitty
# program launcher
super + space
/home/priime/.config/rofi/scripts/rofi-apps
# make sxhkd reload its configuration files:
super + Escape
pkill -USR1 -x sxhkd
#
# bspwm hotkeys
#
# quit/restart bspwm
super + alt + {q,r}
bspc {quit,wm -r}
# close and kill
super + {_,shift + }c
bspc node -{c,k}
# alternate between the tiled and monocle layout
super + m
bspc desktop -l next
# send the newest marked node to the newest preselected node
super + y
bspc node newest.marked.local -n newest.!automatic.local
# swap the current node and the biggest window
super + g
bspc node -s biggest.window
#
# state/flags
#
# set the window state
super + {t,shift + t,s}
bspc node -t {tiled,pseudo_tiled,floating}
super + f
bspc node -t \~fullscreen
# set the node flags
super + ctrl + {m,x,y,z}
bspc node -g {marked,locked,sticky,private}
#
# focus/swap
#
# focus the node in the given direction
super + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east}
# focus the node for the given path jump
super + {p,b,comma,period}
bspc node -f @{parent,brother,first,second}
# focus the next/previous window in the current desktop
# super + {_,shift + }c
# bspc node -f {next,prev}.local.!hidden.window
# focus the next/previous desktop in the current monitor
super + {e,u}
bspc desktop -f {prev,next}.local
# focus the last node/desktop
super + {grave,Tab}
bspc {node,desktop} -f last
# focus the older or newer node in the focus history
# super + {o,i}
# bspc wm -h off; \
# bspc node {older,newer} -f; \
# bspc wm -h on
# focus or send to the given desktop
super + {_, shift + } ampersand
bspc {desktop -f, node -d} '^1'
super + {_, shift + } bracketleft
bspc {desktop -f, node -d} '^2'
super + {_, shift + } braceleft
bspc {desktop -f, node -d} '^3'
super + {_, shift + } braceright
bspc {desktop -f, node -d} '^4'
super + {_, shift + } parenleft
bspc {desktop -f, node -d} '^5'
super + {_, shift + } equal
bspc {desktop -f, node -d} '^6'
super + {_, shift + } asterisk
bspc {desktop -f, node -d} '^7'
super + {_, shift + } parenright
bspc {desktop -f, node -d} '^8'
super + {_, shift + } plus
bspc {desktop -f, node -d} '^9'
super + {_, shift + } bracketright
bspc {desktop -f, node -d} '^10'
super + control + {_, shift + } ampersand
bspc {desktop -f, node -d} '^11'
super + control + {_, shift + } bracketleft
bspc {desktop -f, node -d} '^12'
super + control + {_, shift + } braceleft
bspc {desktop -f, node -d} '^13'
super + control + {_, shift + } braceright
bspc {desktop -f, node -d} '^14'
super + control + {_, shift + } parenleft
bspc {desktop -f, node -d} '^15'
super + control + {_, shift + } equal
bspc {desktop -f, node -d} '^16'
super + control + {_, shift + } asterisk
bspc {desktop -f, node -d} '^17'
super + control + {_, shift + } parenright
bspc {desktop -f, node -d} '^18'
super + control + {_, shift + } plus
bspc {desktop -f, node -d} '^19'
super + control + {_, shift + } bracketright
bspc {desktop -f, node -d} '^20'
#
# preselect
#
# preselect the direction
super + ctrl + {h,j,k,l}
bspc node -p {west,south,north,east}
# preselect the ratio
super + ctrl + {1-9}
bspc node -o 0.{1-9}
# cancel the preselection for the focused node
super + ctrl + Escape
bspc node -p cancel
# cancel the preselection for the focused desktop
super + ctrl + shift + space
bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
#
# move/resize
#
# expand a window by moving one of its side outward
super + alt + {h,j,k,l}
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
# contract a window by moving one of its side inward
super + alt + shift + {h,j,k,l}
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
# move a floating window
super + {Left,Down,Up,Right}
bspc node -v {-20 0,0 20,0 -20,20 0}
# center a floating window
super + n
~/.config/sxhkd/scripts/center.sh
#
# misc keybinds
#
# screenshot
super + shift + s
flameshot gui
Print
flameshot full -c
# brightness
XF86MonBrightness{Up,Down}
brightnessctl set {+5%,5%-}
super + shift + {a,o}
brightnessctl set {+5%,5%-}
# volume
XF86Audio{Raise,Lower}Volume
pactl set-sink-volume @DEFAULT_SINK@ {+,-}2%
XF86AudioMute
pamixer --toggle-mute
super + {a,o}
pactl set-sink-volume @DEFAULT_SINK@ {+,-}2%
# switch monitor mode
super + shift + x
~/.screenlayout/monitor.sh && bspc monitor -g 1920x1080+0+0 && bspc config -m DP-3 bottom_padding 0 && bspc wm -r
super + shift + b
~/.screenlayout/single-screen.sh && bspc monitor -g 1920x1200+0+0 && bspc config -m eDP1 bottom_padding 0 bspc wm -r
# emojis and special symbols
super + {_,shift +} i
rofi -show {emoji,unicode} -modi {emoji,'unicode:~/.config/rofiemoji-rofiunicode/rofiunicode.sh'}
# lambda everywhere
control + backslash
xdotool keyup Control_L && xdotool keyup backslash && xdotool type "λ"
# see recent notifications
super + z
dunstctl history-pop