feat: Update hyprland.conf

This commit is contained in:
2026-02-06 10:46:10 +05:30
parent e1c9a27ca3
commit 618e5593e7
4 changed files with 63 additions and 62 deletions

View File

@@ -156,21 +156,20 @@
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrulev2 = [
# "float, title:^(Steam)$"
"float, title:^(Archetype.*)$"
"float, class:(.*nextcloud.*)"
"float, class:org.kde.kdeconnect.app"
windowrule = [
# "match:title ^(Steam)$ float"
"match:title ^(Archetype.*)$ float"
"match:class (.*nextcloud.*) float"
"match:class org.kde.kdeconnect.app float"
];
# "misc:vfr" = true;
env = [
"XCURSOR_SIZE,24"
"XDG_SESSION_TYPE,wayland"
"MOZ_ENABLE_WAYLAND,1"
"QT_QPA_PLATFORM,wayland"
];
exec-once = [
# "${pkgs.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1"
"${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"