diff options
author | Robert David <[email protected]> | 2015-01-22 22:40:44 +0100 |
---|---|---|
committer | Robert David <[email protected]> | 2015-01-23 15:20:22 +0100 |
commit | da35f0b35b46682d3566cb0ffc7ec2136317a1c9 (patch) | |
tree | 0d86a101945a3ad883ee21bf98c22f5847f03089 /src/include | |
parent | 05ac791462644b0d9dd909e995be996fdfa139cc (diff) | |
download | marco-da35f0b35b46682d3566cb0ffc7ec2136317a1c9.tar.bz2 marco-da35f0b35b46682d3566cb0ffc7ec2136317a1c9.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 5b030280..50532c4b 100644 --- a/src/include/all-keybindings.h +++ b/src/include/all-keybindings.h @@ -272,5 +272,8 @@ keybind (move-to-side-w, handle_move_to_side_w, 0, keybind (move-to-center, handle_move_to_center, 0, BINDING_PER_WINDOW) +keybind (switch-to-workspace-prev, handle_switch_to_workspace, + META_MOTION_PREV, 0) + /* eof all-keybindings.h */ |