240 lines
4.9 KiB
Plaintext
240 lines
4.9 KiB
Plaintext
#
|
|
# wm independent hotkeys
|
|
|
|
|
|
# terminal emulator
|
|
super + Return
|
|
kitty --single-instance
|
|
|
|
# tmux
|
|
super + shift + Return
|
|
kitty -e tmux
|
|
|
|
# program launcher
|
|
super + @space
|
|
rofi -show-icons -modi drun -show
|
|
|
|
# show windows
|
|
super + Tab
|
|
rofi -show-icons -modi window -show
|
|
|
|
# show everything
|
|
super + shift + @space
|
|
rofi -show-icons -modi drun,window,run,filebrowser,ssh,p:rofi-power-menu -show
|
|
|
|
# show power options
|
|
super + p
|
|
rofi -show-icons -modi p:rofi-power-menu -show p
|
|
|
|
# everything rofi
|
|
super + shift + @space
|
|
rofi -show-icons -show
|
|
|
|
# toggle compositing
|
|
super + ctrl + space
|
|
{pkill picom ,\
|
|
picom -f }
|
|
|
|
# make sxhkd reload its configuration files:
|
|
super + Escape
|
|
pkill -USR1 -x sxhkd
|
|
|
|
# prntscrn
|
|
Print
|
|
source ~/.zshenv && sshot
|
|
|
|
# audio keys
|
|
|
|
XF86AudioPlay
|
|
playerctl play-pause
|
|
|
|
XF86AudioNext
|
|
playerctl next
|
|
|
|
XF86AudioRaiseVolume
|
|
pactl set-sink-volume @DEFAULT_SINK@ +5%
|
|
|
|
XF86AudioLowerVolume
|
|
pactl set-sink-volume @DEFAULT_SINK@ -5%
|
|
|
|
XF86AudioPlay
|
|
if ! dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause; then spotify; fi
|
|
|
|
XF86AudioStop
|
|
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Stop
|
|
|
|
XF86AudioNext
|
|
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next
|
|
|
|
XF86AudioPrev
|
|
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous
|
|
|
|
XF86MonBrightnessUp
|
|
ctl-brightness up
|
|
|
|
XF86MonBrightnessDown
|
|
ctl-brightness down
|
|
|
|
# spotify
|
|
super + ctrl + alt + Up
|
|
if ! dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause; then spotify; fi
|
|
|
|
super + ctrl + alt + Right
|
|
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next
|
|
|
|
super + ctrl + alt + Left
|
|
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous
|
|
|
|
# dunst
|
|
ctrl + space
|
|
dunstctl close-all
|
|
|
|
ctrl + shift + space
|
|
dunstctl history-pop
|
|
|
|
ctrl + grave
|
|
dunstctl context
|
|
|
|
|
|
|
|
#
|
|
# applications
|
|
#
|
|
|
|
super + w
|
|
firefox
|
|
|
|
super + d
|
|
discord
|
|
|
|
super + m
|
|
spotify
|
|
|
|
super + e
|
|
kitty -e nvim
|
|
|
|
super + f
|
|
kitty -e ranger
|
|
|
|
#
|
|
# bspwm hotkeys
|
|
#
|
|
|
|
# quit/restart bspwm
|
|
super + alt + {Escape,r}
|
|
bspc {quit,wm -r}
|
|
|
|
super + {_,shift + }q
|
|
bspc node -{c,k}
|
|
|
|
# alternate between the tiled and monocle layout
|
|
super + a
|
|
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,r}
|
|
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
|
|
|
|
# set the node flags
|
|
super + ctrl + {m,l,s,p}
|
|
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 + {shift + p,shift + b,comma,period}
|
|
bspc node -f @{parent,brother,first,second}
|
|
|
|
# focus the next/previous window in the current desktop
|
|
super + {_,shift + }n
|
|
bspc node -f {next,prev}.local.!hidden.window
|
|
|
|
# focus the next/previous desktop in the current monitor
|
|
super + bracket{left,right}
|
|
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 + }{1-5}
|
|
bspc {desktop -f,node -d} {1-5}
|
|
|
|
super + {_,shift + }{z,x,c,v}
|
|
bspc {desktop -f,node -d} {6-9}
|
|
|
|
super + semicolon
|
|
deskh
|
|
|
|
#
|
|
# 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 + space
|
|
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}
|
|
|
|
# selections
|
|
super + alt + 1
|
|
echo "ツ" | xclip -sel c
|
|
|
|
super + alt + 2
|
|
echo "Chemical Action behind Olfaction, the Sensation that built Humanity's Memorization" | xclip -sel c
|
|
|
|
super + alt + 3
|
|
echo "ඞ" | xclip -sel c
|
|
|