when the line count 'tism hits hard

This commit is contained in:
Luke Smith 2019-06-01 16:09:51 -04:00
parent 12fa56ed0e
commit 2cc4ba862d
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -56,10 +56,8 @@ XF86Launch1
xset dpms force off xset dpms force off
XF86TouchpadToggle XF86TouchpadToggle
(synclient | grep "TouchpadOff.*1" && synclient TouchpadOff=0)>/dev/null || synclient TouchpadOff=1 (synclient | grep "TouchpadOff.*1" && synclient TouchpadOff=0)>/dev/null || synclient TouchpadOff=1
XF86TouchpadOff XF86Touchpad{Off,On}
synclient TouchpadOff=1 synclient TouchpadOff={1,0}
XF86TouchpadOn
synclient TouchpadOff=0
# Recording # Recording
# Take screenshot # Take screenshot
@ -68,12 +66,9 @@ Print
# Pick screenshot type # Pick screenshot type
shift + Print shift + Print
maimpick maimpick
# Record audio or video # Print: Record audio or video; Del: kill recording
super + Print super + {Print,Delete}
dmenurecord dmenurecord {,kill}
# kill active recording
super + Delete
dmenurecord kill
# Pause audio # Pause audio
super + {_,shift +} p super + {_,shift +} p