sroll to move workspace
This commit is contained in:
parent
e2aeb36ed1
commit
e87a215ff1
1 changed files with 8 additions and 1 deletions
|
@ -175,7 +175,8 @@ in {
|
||||||
"Mod+Ctrl+${keys.down}".action.focus-monitor-down = [];
|
"Mod+Ctrl+${keys.down}".action.focus-monitor-down = [];
|
||||||
"Mod+Ctrl+${keys.left}".action.focus-monitor-left = [];
|
"Mod+Ctrl+${keys.left}".action.focus-monitor-left = [];
|
||||||
"Mod+Ctrl+${keys.right}".action.focus-monitor-right = [];
|
"Mod+Ctrl+${keys.right}".action.focus-monitor-right = [];
|
||||||
# Move columns between monitors
|
|
||||||
|
# Move workspaces between monitors
|
||||||
"Mod+Shift+Ctrl+Up".action.move-workspace-to-monitor-up = [];
|
"Mod+Shift+Ctrl+Up".action.move-workspace-to-monitor-up = [];
|
||||||
"Mod+Shift+Ctrl+Down".action.move-workspace-to-monitor-down = [];
|
"Mod+Shift+Ctrl+Down".action.move-workspace-to-monitor-down = [];
|
||||||
"Mod+Shift+Ctrl+Left".action.move-workspace-to-monitor-left = [];
|
"Mod+Shift+Ctrl+Left".action.move-workspace-to-monitor-left = [];
|
||||||
|
@ -186,6 +187,12 @@ in {
|
||||||
"Mod+Shift+Ctrl+${keys.left}".action.move-workspace-to-monitor-left = [];
|
"Mod+Shift+Ctrl+${keys.left}".action.move-workspace-to-monitor-left = [];
|
||||||
"Mod+Shift+Ctrl+${keys.right}".action.move-workspace-to-monitor-right = [];
|
"Mod+Shift+Ctrl+${keys.right}".action.move-workspace-to-monitor-right = [];
|
||||||
|
|
||||||
|
# Move workspaces
|
||||||
|
"Mod+TouchpadScrollUp".action.move-workspace-down = [];
|
||||||
|
"Mod+TouchpadScrollUp".cooldown-ms = 100;
|
||||||
|
"Mod+TouchpadScrollDown".action.move-workspace-up = [];
|
||||||
|
"Mod+TouchpadScrollDown".cooldown-ms = 100;
|
||||||
|
|
||||||
# Stack windows
|
# Stack windows
|
||||||
"Mod+BracketLeft".action.consume-window-into-column = [];
|
"Mod+BracketLeft".action.consume-window-into-column = [];
|
||||||
"Mod+BracketRight".action.expel-window-from-column = [];
|
"Mod+BracketRight".action.expel-window-from-column = [];
|
||||||
|
|
Loading…
Add table
Reference in a new issue