mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 02:10:43 +00:00
Move to focusworkspaceoncurrentmonitor (from custom script)
For a long time now, I've been using a custom shell script to handle focusing to a workspace, which handled (xmonad-like) monitor swapping. However recently, the option `focusworkspaceoncurrentmonitor` has been added to Hyprland, which does the exact same. That means the script is no longer necessary and we can move to the new built-in option.
This commit is contained in:
parent
7ab53d2654
commit
b51d136c0c
6 changed files with 10 additions and 39 deletions
|
@ -107,15 +107,15 @@
|
|||
#
|
||||
# Switch workspace (swapping to current monitor)
|
||||
#
|
||||
"SUPER, 1, exec, hyprland-swap-workspace 1"
|
||||
"SUPER, 2, exec, hyprland-swap-workspace 2"
|
||||
"SUPER, 3, exec, hyprland-swap-workspace 3"
|
||||
"SUPER, 4, exec, hyprland-swap-workspace 4"
|
||||
"SUPER, 5, exec, hyprland-swap-workspace 5"
|
||||
"SUPER, 6, exec, hyprland-swap-workspace 6"
|
||||
"SUPER, 7, exec, hyprland-swap-workspace 7"
|
||||
"SUPER, 8, exec, hyprland-swap-workspace 8"
|
||||
"SUPER, 9, exec, hyprland-swap-workspace 9"
|
||||
"SUPER, 1, focusworkspaceoncurrentmonitor, 1"
|
||||
"SUPER, 2, focusworkspaceoncurrentmonitor, 2"
|
||||
"SUPER, 3, focusworkspaceoncurrentmonitor, 3"
|
||||
"SUPER, 4, focusworkspaceoncurrentmonitor, 4"
|
||||
"SUPER, 5, focusworkspaceoncurrentmonitor, 5"
|
||||
"SUPER, 6, focusworkspaceoncurrentmonitor, 6"
|
||||
"SUPER, 7, focusworkspaceoncurrentmonitor, 7"
|
||||
"SUPER, 8, focusworkspaceoncurrentmonitor, 8"
|
||||
"SUPER, 9, focusworkspaceoncurrentmonitor, 9"
|
||||
|
||||
#
|
||||
# Move window to workspace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue