2020-03-31 20:28:57 +00:00
|
|
|
#
|
|
|
|
# wm independent hotkeys
|
|
|
|
#
|
|
|
|
|
|
|
|
# terminal emulator
|
|
|
|
# super + Return
|
|
|
|
# urxvt
|
|
|
|
|
|
|
|
# program launcher
|
|
|
|
#super + @space
|
|
|
|
# dmenu_run
|
|
|
|
|
2021-01-01 00:31:01 +00:00
|
|
|
# toggle keyboard layout
|
|
|
|
super + BackSpace
|
|
|
|
~/.config/sxhkd/toggle-gb-ru-kb.sh
|
|
|
|
|
2020-12-28 13:14:51 +00:00
|
|
|
# mouse scroll down
|
|
|
|
super + Down
|
|
|
|
xte 'mouseclick 5'
|
2020-12-28 13:20:36 +00:00
|
|
|
# xte provided by xautomation package (Arch)
|
2020-12-28 13:14:51 +00:00
|
|
|
|
|
|
|
# mouse scroll up
|
|
|
|
super + Up
|
|
|
|
xte 'mouseclick 4'
|
|
|
|
|
|
|
|
# mouse middle click
|
|
|
|
super + v
|
|
|
|
xte 'mouseclick 2'
|
|
|
|
|
2020-03-31 20:28:57 +00:00
|
|
|
# make sxhkd reload its configuration files:
|
2020-03-31 21:28:57 +00:00
|
|
|
super + Escape
|
|
|
|
pkill -USR1 -x sxhkd
|
2020-03-31 20:28:57 +00:00
|
|
|
|
|
|
|
super + p
|
|
|
|
dmenu_recency
|
|
|
|
|
2021-04-13 08:23:58 +00:00
|
|
|
super + b
|
|
|
|
qutesesh
|
|
|
|
|
2020-04-11 17:12:37 +00:00
|
|
|
super + shift + p
|
|
|
|
keepmenu
|
|
|
|
|
|
|
|
super + ctrl + p
|
|
|
|
tmux-select
|
|
|
|
|
2020-07-12 10:26:50 +00:00
|
|
|
super + Return
|
2021-05-30 22:24:03 +00:00
|
|
|
terminal
|
2020-03-31 20:28:57 +00:00
|
|
|
|
2020-07-12 10:26:50 +00:00
|
|
|
super + shift + Return
|
|
|
|
alacritty --config-file ~/.config/alacritty/alacritty--light.yml
|
|
|
|
|
2020-03-31 20:28:57 +00:00
|
|
|
super + control + Return
|
2020-07-12 09:31:54 +00:00
|
|
|
alacritty
|
2020-03-31 20:28:57 +00:00
|
|
|
|
|
|
|
## screenshots
|
|
|
|
super + Print
|
|
|
|
i3-scrot
|
|
|
|
|
|
|
|
super + shift + Print
|
|
|
|
i3-scro -d
|
|
|
|
|
|
|
|
super + s
|
2020-03-31 21:28:57 +00:00
|
|
|
dmenu_ssh
|
2020-03-31 20:28:57 +00:00
|
|
|
|
|
|
|
super + e
|
|
|
|
dmenu_power
|
|
|
|
|
|
|
|
super + shift + e
|
|
|
|
slock
|
|
|
|
|
|
|
|
super + o
|
2020-11-20 23:46:07 +00:00
|
|
|
buku_dmenu
|
|
|
|
|
|
|
|
super + y
|
2020-11-20 23:53:42 +00:00
|
|
|
alacritty -t "WM_FORCE_FLOATING" -e "/usr/local/src/dmenu_buku/buku_add_primary.sh"
|
2020-10-30 12:25:34 +00:00
|
|
|
|
|
|
|
super + x
|
|
|
|
xcompmgr-toggle
|