mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added left/right monitor workspace transitions
This commit is contained in:
parent
b4d50ea4e8
commit
d290ea299b
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ in
|
|||
# scroll through existing workspaces
|
||||
"$mod, mouse_down, workspace, e+1"
|
||||
"$mod, mouse_up, workspace, e-1"
|
||||
|
||||
"CTRL_SHIFT, h, Monitor-respective left-wards workspace switching, ewwtilities prev-next-workspace 0"
|
||||
"CTRL_SHIFT, l, Monitor-respective right-wards workspace switching, ewwtilities prev-next-workspace 1"
|
||||
] ++
|
||||
# Change workspace
|
||||
(map (n:
|
||||
|
|
Loading…
Reference in a new issue