🐛 fix(hypr): hyprsome changed keyword to move a window silently
This commit is contained in:
parent
c697e97d03
commit
1f2c7a6a6a
1 changed files with 10 additions and 10 deletions
|
@ -107,16 +107,16 @@ bind = SUPERSHIFT, 9, exec, hyprsome movefocus 9
|
|||
bind = SUPERSHIFT, 0, exec, hyprsome movefocus 10
|
||||
|
||||
# Moving windows to other workspaces (silent)
|
||||
bind = SUPERALT, 1, exec, hyprsome movetoworkspacesilent 1
|
||||
bind = SUPERALT, 2, exec, hyprsome movetoworkspacesilent 2
|
||||
bind = SUPERALT, 3, exec, hyprsome movetoworkspacesilent 3
|
||||
bind = SUPERALT, 4, exec, hyprsome movetoworkspacesilent 4
|
||||
bind = SUPERALT, 5, exec, hyprsome movetoworkspacesilent 5
|
||||
bind = SUPERALT, 6, exec, hyprsome movetoworkspacesilent 6
|
||||
bind = SUPERALT, 7, exec, hyprsome movetoworkspacesilent 7
|
||||
bind = SUPERALT, 8, exec, hyprsome movetoworkspacesilent 8
|
||||
bind = SUPERALT, 9, exec, hyprsome movetoworkspacesilent 9
|
||||
bind = SUPERALT, 0, exec, hyprsome movetoworkspacesilent 10
|
||||
bind = SUPERALT, 1, exec, hyprsome move 1
|
||||
bind = SUPERALT, 2, exec, hyprsome move 2
|
||||
bind = SUPERALT, 3, exec, hyprsome move 3
|
||||
bind = SUPERALT, 4, exec, hyprsome move 4
|
||||
bind = SUPERALT, 5, exec, hyprsome move 5
|
||||
bind = SUPERALT, 6, exec, hyprsome move 6
|
||||
bind = SUPERALT, 7, exec, hyprsome move 7
|
||||
bind = SUPERALT, 8, exec, hyprsome move 8
|
||||
bind = SUPERALT, 9, exec, hyprsome move 9
|
||||
bind = SUPERALT, 0, exec, hyprsome move 10
|
||||
|
||||
# Moving to other wokspace with mouse control
|
||||
bind = SUPER, mouse_down, workspace,m-1
|
||||
|
|
Loading…
Add table
Reference in a new issue