Created
April 20, 2015 11:08
-
-
Save JeffreyVdb/3e8260809254988c9ede to your computer and use it in GitHub Desktop.
Xbindkeysrc for elementary OS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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