Skip to content

Instantly share code, notes, and snippets.

@dhead666

dhead666/sxhkdrc Secret

Created October 7, 2014 21:07
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save dhead666/191722ec04842d8d330b to your computer and use it in GitHub Desktop.
Save dhead666/191722ec04842d8d330b to your computer and use it in GitHub Desktop.
Chromebook Sxhkd sample
# Web browser Back/Forward shortcuts
{@F1,@F2}
xte 'keydown Alt_L' 'key {Left,Right}' 'keyup Alt_L'
# Web browser Refresh shortcut
@F3
xte 'keydown Control_L' 'key r' 'keyup Control_L'
# Awesome WM maximize current window
# Adjust as necessary for different window managers
@F4
xte 'keydown Super_L' 'key m' 'keyup Super_L'
# Awesome WM move one desktop right
@F5
xte 'keydown Super_L' 'key Right' 'keyup Super_L'
{F6,F7}
xbacklight -{dec,inc} 10
F8
amixer set Master toggle
{F9,F10}
amixer set Master 10{-,+} unmute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment