79 lines
1.1 KiB
Plaintext
79 lines
1.1 KiB
Plaintext
#
|
|
# wm independent hotkeys
|
|
#
|
|
|
|
# terminal emulator
|
|
# super + Return
|
|
# urxvt
|
|
|
|
# program launcher
|
|
#super + @space
|
|
# dmenu_run
|
|
|
|
# toggle keyboard layout
|
|
super + BackSpace
|
|
~/.config/sxhkd/toggle-gb-ru-kb.sh
|
|
|
|
# mouse scroll down
|
|
super + Down
|
|
xte 'mouseclick 5'
|
|
# xte provided by xautomation package (Arch)
|
|
|
|
# mouse scroll up
|
|
super + Up
|
|
xte 'mouseclick 4'
|
|
|
|
# mouse middle click
|
|
super + v
|
|
xte 'mouseclick 2'
|
|
|
|
# make sxhkd reload its configuration files:
|
|
super + Escape
|
|
pkill -USR1 -x sxhkd
|
|
|
|
super + b
|
|
~/.config/polybar/toggle-polybar.sh 3
|
|
|
|
super + p
|
|
dmenu_recency
|
|
|
|
super + shift + p
|
|
keepmenu
|
|
|
|
super + ctrl + p
|
|
tmux-select
|
|
|
|
super + Return
|
|
alacritty -e tmux new
|
|
|
|
super + shift + Return
|
|
alacritty --config-file ~/.config/alacritty/alacritty--light.yml
|
|
|
|
super + control + Return
|
|
alacritty
|
|
|
|
## screenshots
|
|
super + Print
|
|
i3-scrot
|
|
|
|
super + shift + Print
|
|
i3-scro -d
|
|
|
|
super + s
|
|
dmenu_ssh
|
|
|
|
super + e
|
|
dmenu_power
|
|
|
|
super + shift + e
|
|
slock
|
|
|
|
super + o
|
|
buku_dmenu
|
|
|
|
super + y
|
|
alacritty -t "WM_FORCE_FLOATING" -e "/usr/local/src/dmenu_buku/buku_add_primary.sh"
|
|
|
|
super + x
|
|
xcompmgr-toggle
|