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
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