From f01c283d5802bf2b1a181fb2d0aadf9c0570b89c Mon Sep 17 00:00:00 2001 From: John Costa Date: Sun, 25 Jan 2026 20:29:09 +0000 Subject: [PATCH] fix: hyprland --- config/hypr/hyprland.conf | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 933c2286..a35572d8 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -74,10 +74,6 @@ env = QT_QPA_PLATFORMTHEME,qt5ct exec-once = XDG_MENU_PREFIX=arch- kbuildsycoca6 -# Default starts -exec-once = [workspace 9 silent] keepassxc -exec-once = [workspace 2 silent] vivaldi - ##################### ### LOOK AND FEEL ### ##################### @@ -321,16 +317,3 @@ bindl = , switch:Lid Switch, exec, hyprlock ############################## # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules - -# Example windowrule v1 -# windowrule = float, ^(kitty)$ - -# Example windowrule v2 -# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ - -# Ignore maximize requests from apps. You'll probably like this. -windowrulev2 = suppressevent maximize, class:.* - -# Fix some dragging issues with XWayland -windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0