diff options
author | Robert David <[email protected]> | 2014-03-10 11:58:07 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-06-24 23:09:21 +0200 |
commit | 69b7a0ad9277f21ad761c84ac1bae5455a2f879e (patch) | |
tree | 9a244ed257c08437edcf6d637420f98ac6dd3639 /src/include | |
parent | 897defba089400c910a520ca1302ca5573d3f1d7 (diff) | |
download | marco-69b7a0ad9277f21ad761c84ac1bae5455a2f879e.tar.bz2 marco-69b7a0ad9277f21ad761c84ac1bae5455a2f879e.tar.xz |
Possible keybinding to switch to previous workspace.
Disabled at default.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/all-keybindings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/all-keybindings.h b/src/include/all-keybindings.h index 10488a12..445d39f7 100644 --- a/src/include/all-keybindings.h +++ b/src/include/all-keybindings.h @@ -111,6 +111,9 @@ keybind (switch-to-workspace-up, handle_switch_to_workspace, keybind (switch-to-workspace-down, handle_switch_to_workspace, META_MOTION_DOWN, 0) +keybind (switch-to-workspace-prev, handle_switch_to_workspace, + META_MOTION_PREV, 0) + /***********************************/ /* The ones which have inverses. These can't be bound to any keystroke |