diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-05-21 10:14:40 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-05-21 10:14:40 -0400 |
| commit | b001c6a03ffaee55bad5e1d43501c6fa562ea332 (patch) | |
| tree | de49110992c5f1987f7e95c9467840309665e219 | |
| parent | 1258b94e9db670a4ce2f6e8a48b02e8126dff985 (diff) | |
| download | eibhear-b001c6a03ffaee55bad5e1d43501c6fa562ea332.tar.gz eibhear-b001c6a03ffaee55bad5e1d43501c6fa562ea332.tar.zst eibhear-b001c6a03ffaee55bad5e1d43501c6fa562ea332.zip | |
hkd
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 97a2a65..a64b252 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -14,17 +14,15 @@ super + n super + i $TERMINAL -e htop super + y - $TERMINAL -e calcurse + $TERMINAL -e calcurse -D ~/.config/calcurse super + shift + a - $TERMINAL -e pulsemixer + $TERMINAL -e alsamixer super + shift + c mpv --no-osc --no-input-default-bindings --input-conf=/dev/null --geometry=640x480-0-0 --title='mpvfloat' /dev/video0 super + shift + c camtoggle super + shift + e tutorialvids -super + w - webby | xargs -r $BROWSER super + shift + w $BROWSER super + shift + g @@ -109,8 +107,5 @@ super + F7 super + F8 mailsync # Mount a USB drive or Android device -super + F9 - dmenumount -# Unmount a USB drive or Android device -super + F10 - dmenuumount +super + {F9,F10} + {dmenumount,dmenuumount} |
