mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Make workspaces scrollable
This commit is contained in:
parent
f921e56891
commit
b8c1d79383
1 changed files with 4 additions and 0 deletions
|
|
@ -106,6 +106,10 @@ in {
|
|||
"$mod CONTROL, right, resizeactive, 10% 0"
|
||||
"$mod CONTROL, up, resizeactive, 0 -10%"
|
||||
"$mod CONTROL, down, resizeactive, 0 10%"
|
||||
|
||||
# Scroll through workspaces
|
||||
"$mod, mouse_down, workspace, e-1"
|
||||
"$mod, mouse_up, workspace, e+1"
|
||||
]
|
||||
# Switch workspace
|
||||
++ (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue