From 712c3f90647464a3b4bc9a014689858e8a8c7a43 Mon Sep 17 00:00:00 2001 From: mrwafflecats Date: Thu, 4 Jun 2026 19:41:59 -0500 Subject: [PATCH] fixed some config errors --- hyprland.conf | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/hyprland.conf b/hyprland.conf index a2240b7..efe30d1 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -39,8 +39,7 @@ xwayland { # See https://wiki.hyprland.org/Configuring/Keywords/ # Set programs that you use -#$terminal = kitty -$terminal = foot +$terminal = kitty # $fileManager = dolphin #$menu = dmenu_path | wmenu | xargs swaymsg exec -- $menu = tofi-drun --drun-launch=true @@ -166,11 +165,6 @@ animations { # windowrulev2 = bordersize 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 master { @@ -234,8 +228,6 @@ bind = $mainMod SHIFT, E, exit, bind = $mainMod, F, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, RETURN, exec, $menu -bind = $mainMod, P, pseudo, # dwindle -bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, TAB, workspace, previous # Move focus with mainMod + arrow keys @@ -308,7 +300,7 @@ bindm = $mainMod, mouse:273, resizewindow # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # Ignore maximize requests from apps. You'll probably like this. -windowrulev2 = suppressevent maximize, class:.* +#windowrulev2 = suppressevent maximize, class:.* # 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