sxhkd/sxhkdrc

77 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-03-31 20:28:57 +00:00
#
# wm independent hotkeys
#
# terminal emulator
# super + Return
# urxvt
# program launcher
#super + @space
# dmenu_run
2020-12-28 13:14:51 +00:00
# mouse scroll down
super + Down
xte 'mouseclick 5'
# 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
2020-04-07 22:27:42 +00:00
super + b
~/.config/polybar/toggle-polybar.sh 3
2020-03-31 20:28:57 +00:00
super + p
dmenu_recency
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
2020-07-12 09:31:54 +00:00
alacritty -e tmux new
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
2020-11-05 20:51:20 +00:00
super + Home
bspc rule --add Alacritty --one-shot state=floating && alacritty --config-file ~/.config/alacritty/alacritty--light.yml --hold -e 'show-windows'