Skip to content

Commit

Permalink
adding some rules to hyprland
Browse files Browse the repository at this point in the history
  • Loading branch information
Heus-Sueh committed Oct 10, 2024
1 parent 34d9d9f commit 90e3277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions files/system/etc/skel/.config/hypr/exec.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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'

3 changes: 2 additions & 1 deletion files/system/etc/skel/.config/hypr/rules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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)$
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 90e3277

Please sign in to comment.