⚙️ add blurring back, add rules to layers
This commit is contained in:
@@ -34,10 +34,10 @@ decoration {
|
|||||||
col.shadow = rgba(1a1a1aee)
|
col.shadow = rgba(1a1a1aee)
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = false
|
enabled = true
|
||||||
size = 3
|
size = 3
|
||||||
passes = 1
|
passes = 1
|
||||||
vibrancy = 0.1696
|
vibrancy = 0.9
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -50,6 +50,7 @@ animations {
|
|||||||
animation = windows, 1, 5.5, amazingBezier, slide bottom
|
animation = windows, 1, 5.5, amazingBezier, slide bottom
|
||||||
animation = windowsOut, 1, 5, amazingBezier, slide bottom
|
animation = windowsOut, 1, 5, amazingBezier, slide bottom
|
||||||
animation = layers, 1, 7, amazingBezier, slide bottom
|
animation = layers, 1, 7, amazingBezier, slide bottom
|
||||||
|
animation = layersOut, 1, 7, amazingBezier, slide bottom
|
||||||
animation = border, 1, 10, default
|
animation = border, 1, 10, default
|
||||||
animation = borderangle, 1, 8, default
|
animation = borderangle, 1, 8, default
|
||||||
animation = fade, 1, 3.5, default
|
animation = fade, 1, 3.5, default
|
||||||
|
|||||||
@@ -13,10 +13,8 @@ exec-once = hypridle # Idle daemon for Hyprland
|
|||||||
exec-once = wl-paste --type text --watch cliphist store # Stores text
|
exec-once = wl-paste --type text --watch cliphist store # Stores text
|
||||||
exec-once = wl-paste --type image --watch cliphist store # Stores images
|
exec-once = wl-paste --type image --watch cliphist store # Stores images
|
||||||
|
|
||||||
|
|
||||||
# Apps
|
# Apps
|
||||||
exec-once = /opt/discord/Discord --start-minimized
|
exec-once = /bin/vesktop --start-minimized
|
||||||
|
|
||||||
# Special
|
# Special
|
||||||
exec-once = /home/joaov/.local/share/scripts/fix-nautilus.sh
|
exec-once = ~/.local/share/scripts/fix-nautilus.sh
|
||||||
exec-once = /bin/systemctl enable --now bluetooth
|
|
||||||
|
|||||||
+20
-3
@@ -8,10 +8,27 @@
|
|||||||
# Floating windows
|
# Floating windows
|
||||||
windowrulev2 = float, class:moe.launcher.*
|
windowrulev2 = float, class:moe.launcher.*
|
||||||
windowrulev2 = float, title:^(Clapper)$
|
windowrulev2 = float, title:^(Clapper)$
|
||||||
windowrulev2 = float, title:^(Resources)$
|
windowrulev2 = float, class:xdg-desktop-portal*
|
||||||
windowrulev2 = float, class:^xdg-desktop-portal*
|
windowrulev2 = float, class:org.pulseaudio.pavucontrol
|
||||||
|
|
||||||
|
# Resize
|
||||||
|
windowrulev2 = size 50% 50%, class:org.pulseaudio.pavucontrol
|
||||||
|
|
||||||
|
# Moving
|
||||||
|
windowrulev2 = move 49.27% 7.28%, class:org.pulseaudio.pavucontrol
|
||||||
|
|
||||||
|
# Maximize
|
||||||
|
windowrulev2 = tile, title:^(Resources)$
|
||||||
|
|
||||||
# Animations
|
# Animations
|
||||||
layerrule = animation fade,selection
|
windowrulev2 = animation slide right, class:org.pulseaudio.pavucontrol
|
||||||
|
layerrule = animation slide right, swaync-control-center
|
||||||
|
layerrule = animation fade, selection
|
||||||
|
layerrule = animation fade, logout_dialog
|
||||||
|
layerrule = animation fade, waybar
|
||||||
|
layerrule = animation fade, hyprpaper
|
||||||
|
|
||||||
|
# Blur
|
||||||
|
blurls = logout_dialog
|
||||||
|
|
||||||
windowrulev2 = suppressevent maximize, class:.*
|
windowrulev2 = suppressevent maximize, class:.*
|
||||||
|
|||||||
Reference in New Issue
Block a user