diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-06 20:32:42 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-06 20:32:42 +0200 |
commit | 11f8e875b53a55ea04bacb63f9a7c098a40f6abd (patch) | |
tree | e148b940082d0b973f98d0e421c9f905997dd41e /config | |
parent | a2fe6a86a3d50ff413143d9d1c1d12384ead5880 (diff) |
removed movetoworkspacesilent binds
Diffstat (limited to 'config')
-rw-r--r-- | config/hyprland/hypr/hyprland.conf | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index 6af4e08..d855a3e 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -122,25 +122,15 @@ bind = $mainMod, 8, workspace, 8 bind = $mainMod, 9, workspace, 9 bind = $mainMod, 0, workspace, 10 -bind = $mainMod SHIFT, 1, movetoworkspacesilent, 1 -bind = $mainMod SHIFT, 2, movetoworkspacesilent, 2 -bind = $mainMod SHIFT, 3, movetoworkspacesilent, 3 -bind = $mainMod SHIFT, 4, movetoworkspacesilent, 4 -bind = $mainMod SHIFT, 5, movetoworkspacesilent, 5 -bind = $mainMod SHIFT, 6, movetoworkspacesilent, 6 -bind = $mainMod SHIFT, 7, movetoworkspacesilent, 7 -bind = $mainMod SHIFT, 8, movetoworkspacesilent, 8 -bind = $mainMod SHIFT, 9, movetoworkspacesilent, 9 - -bind = $mainMod ALT, 1, movetoworkspace, 1 -bind = $mainMod ALT, 2, movetoworkspace, 2 -bind = $mainMod ALT, 3, movetoworkspace, 3 -bind = $mainMod ALT, 4, movetoworkspace, 4 -bind = $mainMod ALT, 5, movetoworkspace, 5 -bind = $mainMod ALT, 6, movetoworkspace, 6 -bind = $mainMod ALT, 7, movetoworkspace, 7 -bind = $mainMod ALT, 8, movetoworkspace, 8 -bind = $mainMod ALT, 9, movetoworkspace, 9 +bind = $mainMod SHIFT, 1, movetoworkspace, 1 +bind = $mainMod SHIFT, 2, movetoworkspace, 2 +bind = $mainMod SHIFT, 3, movetoworkspace, 3 +bind = $mainMod SHIFT, 4, movetoworkspace, 4 +bind = $mainMod SHIFT, 5, movetoworkspace, 5 +bind = $mainMod SHIFT, 6, movetoworkspace, 6 +bind = $mainMod SHIFT, 7, movetoworkspace, 7 +bind = $mainMod SHIFT, 8, movetoworkspace, 8 +bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 |