Skip to content

Instantly share code, notes, and snippets.

@JeffreyVdb
Created April 20, 2015 11:08
Show Gist options
  • Select an option

  • Save JeffreyVdb/3e8260809254988c9ede to your computer and use it in GitHub Desktop.

Select an option

Save JeffreyVdb/3e8260809254988c9ede to your computer and use it in GitHub Desktop.
Xbindkeysrc for elementary OS
# When pressing the overview button, open the multitasking view
"xte 'keydown Super_L' 'key S' 'keyup Super_L'"
b:10 + release
# Open urxvt when super + return key is pressed
"urxvtcd -e tmux"
m:0x50 + c:36
# When super and back forward, switch desktops
"xte 'key Right'"
m:0x50 + c:133 + b:9
"xte 'key Left'"
m:0x50 + c:133 + b:8
# copy past stuff
"xte 'key C'"
m:0x14 + c:37 + b:8
"xte 'key V'"
m:0x14 + c:37 + b:9
# Show all windows when the zoom button is pressed
"xte 'keydown Super_L' 'key A' 'keyup Super_L'"
b:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment