From 90e32776390160c28a975a14ab341c849cc0c293 Mon Sep 17 00:00:00 2001 From: Heus-Sueh <98482469+Heus-Sueh@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:27:39 -0300 Subject: [PATCH] adding some rules to hyprland --- files/system/etc/skel/.config/hypr/exec.conf | 1 + files/system/etc/skel/.config/hypr/rules.conf | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/files/system/etc/skel/.config/hypr/exec.conf b/files/system/etc/skel/.config/hypr/exec.conf index 82c8031..eae8e35 100644 --- a/files/system/etc/skel/.config/hypr/exec.conf +++ b/files/system/etc/skel/.config/hypr/exec.conf @@ -28,4 +28,5 @@ exec-once = gsettings set $wm-preferences 'adw-gtk3-dark' exec-once = gsettings set $interface color-scheme 'prefer-dark' exec-once = gsettings set $interface font-name 'Inter Variable 11' exec-once = gsettings set $interface icon-theme 'Papirus-Dark' +# exec-once = gsettings set $interface cursor-theme 'Bibata-Modern-Ice' diff --git a/files/system/etc/skel/.config/hypr/rules.conf b/files/system/etc/skel/.config/hypr/rules.conf index 5feff46..f5975a3 100644 --- a/files/system/etc/skel/.config/hypr/rules.conf +++ b/files/system/etc/skel/.config/hypr/rules.conf @@ -15,6 +15,7 @@ windowrulev2 = tag +dialog, title:^(Authentication required)$ windowrulev2 = tag +dialog, title:^(org.kde.polkit-kde-authentication-agent-1)$ windowrulev2 = tag +dialog, title:^(Confirm to replace files)$ windowrulev2 = tag +dialog, title:^(xdg-desktop-portal-gtk)$ +windowrulev2 = tag +dialog, class:^(xdg-desktop-portal-gtk)$ windowrulev2 = tag +dialog, title:^(MainPicker)$ windowrulev2 = tag +dialog, title:^(Print)$ windowrulev2 = tag +dialog, title:^(Text Import)$ @@ -73,7 +74,7 @@ layerrule = blur, rofi layerrule = blur, swaync-control-center layerrule = blur, swaync-notification-window -# Tweaks to work with blur ----------------------------------- +# Tweaks to some apps work with blur ----------------------------------- layerrule = unset, rofi layerrule = ignorezero, rofi layerrule = ignorezero, swaync-control-center