74 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			74 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
#
 | 
						|
# wm independent hotkeys
 | 
						|
#
 | 
						|
 | 
						|
# dunst
 | 
						|
ctrl + space
 | 
						|
	dunstctl close-all
 | 
						|
 | 
						|
ctrl + grave
 | 
						|
	dunstctl history-pop
 | 
						|
 | 
						|
# toggle keyboard layout
 | 
						|
# KP_Divide
 | 
						|
	# ~/.config/sxhkd/toggle-gb-ru-kb.sh
 | 
						|
 | 
						|
# make sxhkd reload its configuration files:
 | 
						|
super + Escape
 | 
						|
	killall sxhkd && /usr/bin/sxhkd -c /home/ray/.config/sxhkd/sxhkdrc /home/ray/.config/sxhkd/sxhkdrc.bspwm /home/ray/.config/sxhkd/sxhkdrc.bspwm.machineone &
 | 
						|
 | 
						|
super + p
 | 
						|
	dmenu_recency
 | 
						|
 | 
						|
super + b
 | 
						|
	qutesesh
 | 
						|
 | 
						|
super + shift + p
 | 
						|
	keepmenu -d /home/ray/.Syncthing/Pass/Passwords.kdbx
 | 
						|
 | 
						|
super + ctrl + shift + p
 | 
						|
	keepmenu -d /home/ray/.Syncthing/Pass/PasswordsClient.kdbx
 | 
						|
 | 
						|
super + ctrl + p
 | 
						|
	tmux-select
 | 
						|
 | 
						|
super + Return
 | 
						|
	alacritty --config-file ~/.config/alacritty/alacritty--light.toml
 | 
						|
 | 
						|
super + shift + Return
 | 
						|
	alacritty
 | 
						|
 | 
						|
## screenshots
 | 
						|
super + Print
 | 
						|
	i3-scrot
 | 
						|
 | 
						|
super + shift + Print
 | 
						|
	i3-scrot -d
 | 
						|
 | 
						|
super + ctrl + Print
 | 
						|
	scrot-grab
 | 
						|
 | 
						|
super + e
 | 
						|
	dmenu_power
 | 
						|
 | 
						|
super + shift + e
 | 
						|
	slock
 | 
						|
 | 
						|
super + o
 | 
						|
	bookmarks /home/ray/.Syncthing/bookmarks/urls.txt
 | 
						|
 | 
						|
super + shift o
 | 
						|
	bookmarks /home/ray/.Syncthing/bookmarks/paths-machineone.txt
 | 
						|
 | 
						|
super + ctrl o
 | 
						|
	bspc rule --add Alacritty --one-shot follow=on state=floating rectangle=1200x600+610+1200 && alacritty --config-file ~/.config/alacritty/alacritty--light-small.toml -e nvim /home/ray/.Syncthing/bookmarks/
 | 
						|
 | 
						|
# KP_Home
 | 
						|
# KP_Up
 | 
						|
# KP_Add
 | 
						|
# KP_Insert
 | 
						|
# KP_Left
 | 
						|
# KP_Begin
 | 
						|
# KP_End
 | 
						|
# KP_Down
 |