From ff326d8e3360458ab8a08cca8dccb17209cca288 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 23 Mar 2024 22:02:07 -0500 Subject: Fix comments that make hyprland unhappy Apparently there was some change in the config parsing that means lines starting with ## now cause an error. --- hypr/hyprland.conf | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 8008bbb..d5e2bbe 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -146,14 +146,6 @@ gestures { } #}}} -#{{{ Device options -# Example per-device config -# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -device:epic mouse V1 { - sensitivity = -0.5 -} -#}}} - #{{{ plugin options #plugin { # split-monitor-workspaces { @@ -224,27 +216,6 @@ bind = $mainMod+SHIFT, O, splitratio, exact 0.55 #MASTER bind = $mainMod, O, splitratio, exact 0.69 #MASTER #}}} -#{{{ Dwindle layout binds -## Dwindle layout binds -#bind = $mainMod, P, pseudo, #DWINDLE -#bind = $mainMod $secdMod, S, togglesplit, #DWINDLE -## Move focus with mainMod + HJKL -#bind = $mainMod, H, movefocus, l #DWINDLE -#bind = $mainMod, L, movefocus, r #DWINDLE -#bind = $mainMod, K, movefocus, u #DWINDLE -#bind = $mainMod, J, movefocus, d #DWINDLE -## Move window with mainMod + HJKL -#bind = $mainMod SHIFT, L, movewindow, r #DWINDLE -#bind = $mainMod SHIFT, H, movewindow, l #DWINDLE -#bind = $mainMod SHIFT, J, movewindow, d #DWINDLE -#bind = $mainMod SHIFT, K, movewindow, u #DWINDLE -## Resize clients with mainMod + secdMod + HJKL -#binde = $mainMod $secdMod, L, resizeactive, 10 0 #DWINDLE -#binde = $mainMod $secdMod, H, resizeactive, -10 0 #DWINDLE -#binde = $mainMod $secdMod, K, resizeactive, 0 -10 #DWINDLE -#binde = $mainMod $secdMod, J, resizeactive, 0 10 #DWINDLE -#}}} - #{{{ Group binds # Group binds #bind = $mainMod CONTROL, G, togglegroup, @@ -268,7 +239,7 @@ bind = $mainMod SHIFT, N, togglespecialworkspace, minimized #}}} #{{{ Workspace binds (using split-monitor-workspaces plugin!) -## Switch workspaces with mainMod + [0-9] +# Switch workspaces with mainMod + [0-9] #bind = $mainMod, 1, split-workspace, 1 #bind = $mainMod, 2, split-workspace, 2 #bind = $mainMod, 3, split-workspace, 3 @@ -278,7 +249,7 @@ bind = $mainMod SHIFT, N, togglespecialworkspace, minimized #bind = $mainMod, 7, split-workspace, 7 #bind = $mainMod, 8, split-workspace, 8 #bind = $mainMod, 9, split-workspace, 9 -## Move active window to a workspace with mainMod + SHIFT + [0-9] +# Move active window to a workspace with mainMod + SHIFT + [0-9] #bind = $mainMod SHIFT, 1, split-movetoworkspacesilent, 1 #bind = $mainMod SHIFT, 2, split-movetoworkspacesilent, 2 #bind = $mainMod SHIFT, 3, split-movetoworkspacesilent, 3 -- cgit v1.2.3