Skip to content

Instantly share code, notes, and snippets.

@knokmki612
Last active October 31, 2017 02:05
Show Gist options
  • Save knokmki612/bf3209d9decbff49ad563807008189e8 to your computer and use it in GitHub Desktop.
Save knokmki612/bf3209d9decbff49ad563807008189e8 to your computer and use it in GitHub Desktop.
My LXQt Shortcut keys
Shortcut Description Commands
Print Take screenshot sh -c 'import ~/Pictures/$(date +%Y-%m-%d_%H-%M-%S).png'
Shift+Print Take full screenshot sh -c 'import -window root ~/Pictures/$(date +%Y-%m-%d_%H-%M-%S).png'
XF86MonBrightnessDown Darken the backlight xbacklight -dec 10
XF86MonBrightnessUp Brighten the backlight xbacklight -inc 10
XF86PowerOff Call lxqt-leave lxqt-leave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment