summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-03-24 01:59:30 -0500
committerzachir <zachir@librem.one>2024-03-24 01:59:30 -0500
commitde752a009e8ac1df83c1631dac8bbf61a741d087 (patch)
treeafc539f7301acf51076833094e019295fe9ec25b
parentac6234e68cb849be9a0fda7ee8c9c6dc63043615 (diff)
Fix hyprland config file errorsHEADmaster
-rw-r--r--hypr/hyprland.conf20
1 files changed, 6 insertions, 14 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 7cd4959..e053008 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -130,14 +130,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 {
@@ -207,20 +199,20 @@ bind = $mainMod, O, splitratio, exact 0.69 #MASTER
#}}}
#{{{ Dwindle layout binds
-## Dwindle layout binds
+# Dwindle layout binds
#bind = $mainMod, P, pseudo, #DWINDLE
#bind = $mainMod $secdMod, S, togglesplit, #DWINDLE
-## Move focus with mainMod + HJKL
+# 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
+# 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
+# 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
@@ -250,7 +242,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
@@ -260,7 +252,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