🐛 fix(hypr): hyprsome changed keyword to move a window silently

This commit is contained in:
Sergio Laín 2023-12-07 17:35:01 +01:00
parent c697e97d03
commit 1f2c7a6a6a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -107,16 +107,16 @@ bind = SUPERSHIFT, 9, exec, hyprsome movefocus 9
bind = SUPERSHIFT, 0, exec, hyprsome movefocus 10 bind = SUPERSHIFT, 0, exec, hyprsome movefocus 10
# Moving windows to other workspaces (silent) # Moving windows to other workspaces (silent)
bind = SUPERALT, 1, exec, hyprsome movetoworkspacesilent 1 bind = SUPERALT, 1, exec, hyprsome move 1
bind = SUPERALT, 2, exec, hyprsome movetoworkspacesilent 2 bind = SUPERALT, 2, exec, hyprsome move 2
bind = SUPERALT, 3, exec, hyprsome movetoworkspacesilent 3 bind = SUPERALT, 3, exec, hyprsome move 3
bind = SUPERALT, 4, exec, hyprsome movetoworkspacesilent 4 bind = SUPERALT, 4, exec, hyprsome move 4
bind = SUPERALT, 5, exec, hyprsome movetoworkspacesilent 5 bind = SUPERALT, 5, exec, hyprsome move 5
bind = SUPERALT, 6, exec, hyprsome movetoworkspacesilent 6 bind = SUPERALT, 6, exec, hyprsome move 6
bind = SUPERALT, 7, exec, hyprsome movetoworkspacesilent 7 bind = SUPERALT, 7, exec, hyprsome move 7
bind = SUPERALT, 8, exec, hyprsome movetoworkspacesilent 8 bind = SUPERALT, 8, exec, hyprsome move 8
bind = SUPERALT, 9, exec, hyprsome movetoworkspacesilent 9 bind = SUPERALT, 9, exec, hyprsome move 9
bind = SUPERALT, 0, exec, hyprsome movetoworkspacesilent 10 bind = SUPERALT, 0, exec, hyprsome move 10
# Moving to other wokspace with mouse control # Moving to other wokspace with mouse control
bind = SUPER, mouse_down, workspace,m-1 bind = SUPER, mouse_down, workspace,m-1