#
# terminal emulator
-super + Return
- urxvt
-super + shift + Return
- urxvt -name tiled
+super + {_,shift} + Return
+ urxvt{_, -name tiled}
+
+#super + {_,shift} + Return
+# termite{_, --name=tiled}
# program launcher
super + space
- rofi -show run -font "Inconsolata 13"
-
-# rofi-pass
-super + shift + space
- rofi-pass
+ rofi -show run
-# teiler
-super + shift + s
- teiler
+super + alt + space
+ xfce4-popup-whiskermenu
-super + z ; t
- urxvt
+# window finder
+super + backslash
+ rofi -show window
-super + z ; f
- firefox-nightly
+# password manager
+super + shift + space
+ rofi-pass
# firefox
#super + r
# chromium
#super + c
-# chromium
+# chromium -incognito
# emacs
super + e
emacs
-# emacs -Q -l src/elisp/oremacs/init.el
-# stalonetray
-#super + minus
-# toggle_tray&
-
-# volume up
-XF86AudioRaiseVolume
- pamixer --allow-boost --increase 5
+# make sxhkd reload its configuration files:
+super + Escape
+ pkill -USR1 -x sxhkd
-# volume down
-XF86AudioLowerVolume
- pamixer --allow-boost --decrease 5
+# volume {up,down}
+XF86Audio{Raise,Lower}Volume
+ pamixer --allow-boost --{in,de}crease 5
# mute
XF86AudioMute
pamixer --toggle-mute
+# playback control
+XF86Audio{Play,Prev,Next}
+ mpc {toggle,prev,next}
+
+# lock the screen
+super + shift + q
+ light-locker-command -l
+
+# Toggle keyboard layout
+XF86LaunchA
+ toggle-layout
+
+# Toggle Xfce presentation mode
+XF86LaunchB
+ toggle-presentation-mode
+
# monitor brightness
#XF86MonBrightness{Up,Down}
-# xbacklight -time 0 {+5,-5}
+# light -{A,U} 5
# keyboard brightness
#XF86KbdBrightness{Up,Down}
# kbdlight {up,down}
-XF86LaunchA
- /home/amin/.local/bin/toggle-layout
-
-# make sxhkd reload its configuration files:
-super + Escape
- pkill -USR1 -x sxhkd
-
#
# bspwm hotkeys
#
super + {p,b,comma,period}
bspc node -f @{parent,brother,first,second}
-# focus the next/previous node
-super + {_,shift + }slash
- bspc node -f {next,prev}
+# focus the next/previous node in the current desktop
+super + {_,shift + }c
+ bspc node -f {next,prev}.local
-# focus the next/previous desktop
+# focus the next/previous desktop in the current monitor
super + bracket{left,right}
- bspc desktop -f {prev,next}
+ bspc desktop -f {prev,next}.local
# send to next/prev desktop
super + shift + bracket{left,right}
# move a floating window
super + {Left,Down,Up,Right}
bspc node -v {-20 0,0 20,0 -20,20 0}
+
+#alt + bracket{left,right}
+# xdotool key --clearmodifiers ctrl+Page_{Up,Down}