add more monitor-related hyprland shortcuts
This commit is contained in:
parent
9c7a64aeea
commit
f48d8a292f
1 changed files with 6 additions and 0 deletions
|
@ -170,6 +170,12 @@
|
||||||
# move windows
|
# move windows
|
||||||
(lib.mapAttrsToList (key: direction: "SUPERCONTROL,${key},movewindoworgroup,${direction}") directions)
|
(lib.mapAttrsToList (key: direction: "SUPERCONTROL,${key},movewindoworgroup,${direction}") directions)
|
||||||
++
|
++
|
||||||
|
# move monitor focus
|
||||||
|
(lib.mapAttrsToList (key: direction: "SUPERALT,${key},focusmonitor,${direction}") directions)
|
||||||
|
++
|
||||||
|
# move workspace to other monitor
|
||||||
|
(lib.mapAttrsToList (key: direction: "SUPERALTSHIFT,${key},movecurrentworkspacetomonitor,${direction}") directions)
|
||||||
|
++
|
||||||
# launcher
|
# launcher
|
||||||
(
|
(
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Reference in a new issue