diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 8ed7b94..0778725 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -56,10 +56,8 @@ XF86Launch1 xset dpms force off XF86TouchpadToggle (synclient | grep "TouchpadOff.*1" && synclient TouchpadOff=0)>/dev/null || synclient TouchpadOff=1 -XF86TouchpadOff - synclient TouchpadOff=1 -XF86TouchpadOn - synclient TouchpadOff=0 +XF86Touchpad{Off,On} + synclient TouchpadOff={1,0} # Recording # Take screenshot @@ -68,12 +66,9 @@ Print # Pick screenshot type shift + Print maimpick -# Record audio or video -super + Print - dmenurecord -# kill active recording -super + Delete - dmenurecord kill +# Print: Record audio or video; Del: kill recording +super + {Print,Delete} + dmenurecord {,kill} # Pause audio super + {_,shift +} p @@ -135,6 +130,9 @@ XF86MyComputer $TERMINAL -e $FILE / # Function keys +super + shift + F1 + grep LARBSWELCOME ~/.xprofile && ( sed -i "/LARBSWELCOME/d" ~/.xprofile && notify-send "LARBS welcome message" "Welcome message disabled. Press Super+Shift+F1 again to reverse." ) || ( echo "notify-send \"Welcome to LARBS on Void with dwm\" \"Press super+F1 for the help menu.\" # LARBSWELCOME" >> ~/.xprofile && notify-send "LARBS welcome message" "Welcome message re-enabled." ) +#notify-send "LARBS" "The LARBS welcome message has been disabled."; sed -i "/LARBSWELCOME/d" ~/.xprofile # Show readme super + F1 groff -mom $HOME/.local/share/larbs/readme.mom -Tpdf | zathura - |
