summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-03-23 22:02:07 -0500
committerzachir <zachir@librem.one>2024-03-23 22:02:07 -0500
commitff326d8e3360458ab8a08cca8dccb17209cca288 (patch)
tree774ee74b3342257ebbf378476af90a2c33a6c5f7
parent7d877d9efe57ac8bd3a85839c2f85e1168b6fa15 (diff)
Fix comments that make hyprland unhappycla
Apparently there was some change in the config parsing that means lines starting with ## now cause an error.
-rw-r--r--hypr/hyprland.conf33
1 files 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