fixed some config errors

This commit is contained in:
2026-06-04 19:41:59 -05:00
parent 7d144d6f31
commit 712c3f9064

View File

@@ -39,8 +39,7 @@ xwayland {
# See https://wiki.hyprland.org/Configuring/Keywords/ # See https://wiki.hyprland.org/Configuring/Keywords/
# Set programs that you use # Set programs that you use
#$terminal = kitty $terminal = kitty
$terminal = foot
# $fileManager = dolphin # $fileManager = dolphin
#$menu = dmenu_path | wmenu | xargs swaymsg exec -- #$menu = dmenu_path | wmenu | xargs swaymsg exec --
$menu = tofi-drun --drun-launch=true $menu = tofi-drun --drun-launch=true
@@ -166,11 +165,6 @@ animations {
# windowrulev2 = bordersize 0, floating:0, onworkspace:f[1] # windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
# windowrulev2 = rounding 0, floating:0, onworkspace:f[1] # windowrulev2 = rounding 0, floating:0, onworkspace:f[1]
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # You probably want this
}
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
master { master {
@@ -234,8 +228,6 @@ bind = $mainMod SHIFT, E, exit,
bind = $mainMod, F, exec, $fileManager bind = $mainMod, F, exec, $fileManager
bind = $mainMod, V, togglefloating, bind = $mainMod, V, togglefloating,
bind = $mainMod, RETURN, exec, $menu bind = $mainMod, RETURN, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, TAB, workspace, previous bind = $mainMod, TAB, workspace, previous
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys
@@ -308,7 +300,7 @@ bindm = $mainMod, mouse:273, resizewindow
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# Ignore maximize requests from apps. You'll probably like this. # Ignore maximize requests from apps. You'll probably like this.
windowrulev2 = suppressevent maximize, class:.* #windowrulev2 = suppressevent maximize, class:.*
# Fix some dragging issues with XWayland # Fix some dragging issues with XWayland
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 #windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0