From a6622041a998f4647bb7a29c00b44db80b828e4e Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 14 Jul 2024 16:01:03 +0200 Subject: [PATCH] Updated config --- .config/hypr/rules.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/hypr/rules.conf b/.config/hypr/rules.conf index 863567a..78f99c7 100644 --- a/.config/hypr/rules.conf +++ b/.config/hypr/rules.conf @@ -7,4 +7,7 @@ layerrule = blur, launcher layerrule = ignorealpha 0.1, launcher # Disable maximize event -windowrulev2 = suppressevent maximize, class:.* \ No newline at end of file +windowrulev2 = suppressevent maximize, class:.* + +# Open wallpaper selector in float mode +windowrulev2 = float, class:($wallpaper) \ No newline at end of file