From 4a468041cbb85857ff5d7eaa1efd21091f648232 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 7 Aug 2025 13:03:50 +0200 Subject: [PATCH] Fix comments and description --- default/hypr/bindings/tiling.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/default/hypr/bindings/tiling.conf b/default/hypr/bindings/tiling.conf index a10042bf..748db35b 100644 --- a/default/hypr/bindings/tiling.conf +++ b/default/hypr/bindings/tiling.conf @@ -7,13 +7,13 @@ bindd = SUPER, P, Pseudo window, pseudo, # dwindle bindd = SUPER, V, Toggle floating, togglefloating, bindd = SHIFT, F11, Force full screen, fullscreen, 0 -# Move focus with mainMod + arrow keys +# Move focus with SUPER + arrow keys bindd = SUPER, left, Move focus left, movefocus, l bindd = SUPER, right, Move focus right, movefocus, r bindd = SUPER, up, Move focus up, movefocus, u bindd = SUPER, down, Move focus down, movefocus, d -# Switch workspaces with mainMod + [0-9] +# Switch workspaces with SUPER + [0-9] bindd = SUPER, code:10, Switch to workspace 1, workspace, 1 bindd = SUPER, code:11, Switch to workspace 2, workspace, 2 bindd = SUPER, code:12, Switch to workspace 3, workspace, 3 @@ -25,7 +25,7 @@ bindd = SUPER, code:17, Switch to workspace 8, workspace, 8 bindd = SUPER, code:18, Switch to workspace 9, workspace, 9 bindd = SUPER, code:19, Switch to workspace 10, workspace, 10 -# Move active window to a workspace with mainMod + SHIFT + [0-9] +# Move active window to a workspace with SUPER + SHIFT + [0-9] bindd = SUPER SHIFT, code:10, Move window to workspace 1, movetoworkspace, 1 bindd = SUPER SHIFT, code:11, Move window to workspace 2, movetoworkspace, 2 bindd = SUPER SHIFT, code:12, Move window to workspace 3, movetoworkspace, 3 @@ -37,7 +37,7 @@ bindd = SUPER SHIFT, code:17, Move window to workspace 8, movetoworkspace, 8 bindd = SUPER SHIFT, code:18, Move window to workspace 9, movetoworkspace, 9 bindd = SUPER SHIFT, code:19, Move window to workspace 10, movetoworkspace, 10 -# Swap active window with the one next to it with mainMod + SHIFT + arrow keys +# Swap active window with the one next to it with SUPER + SHIFT + arrow keys bindd = SUPER SHIFT, left, Swap window to the left, swapwindow, l bindd = SUPER SHIFT, right, Swap window to the right, swapwindow, r bindd = SUPER SHIFT, up, Swap window up, swapwindow, u @@ -53,8 +53,8 @@ bindd = SUPER, equal, Shrink window left, resizeactive, 100 0 bindd = SUPER SHIFT, minus, Shrink window up, resizeactive, 0 -100 bindd = SUPER SHIFT, equal, Expand window down, resizeactive, 0 100 -# Scroll through existing workspaces with mainMod + scroll -bindd = SUPER, mouse_down, Scroll active worspace forward, workspace, e+1 +# Scroll through existing workspaces with SUPER + scroll +bindd = SUPER, mouse_down, Scroll active workspace forward, workspace, e+1 bindd = SUPER, mouse_up, Scroll active workspace backward, workspace, e-1 # Move/resize windows with mainMod + LMB/RMB and dragging