From 590f8982f2ae0f726b9079f92c2874e07da334d5 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 27 Jan 2026 20:49:41 +0100 Subject: [PATCH] some more rules --- desktopenvs/hyprland/hypr-usr/windowrules.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/desktopenvs/hyprland/hypr-usr/windowrules.conf b/desktopenvs/hyprland/hypr-usr/windowrules.conf index a0ba91f..af6e3b7 100644 --- a/desktopenvs/hyprland/hypr-usr/windowrules.conf +++ b/desktopenvs/hyprland/hypr-usr/windowrules.conf @@ -1,8 +1,25 @@ windowrule = match:class ulauncher, border_size 0 windowrule = match:class ulauncher, no_blur on windowrule = match:class ulauncher, no_shadow on +windowrule = match:class ulauncher, pin on windowrule = match:class ulauncher, move (cursor_x-50) (cursor_y-50) + +windowrule = match:class firefox, opaque on +windowrule = match:class firefox, render_unfocused on + +windowrule = match:class vesktop, render_unfocused on +windowrule = match:class vesktop, no_screen_share on + windowrule = match:tag mixer, float on +windowrule = match:tag mixer, pin on windowrule = match:tag mixer, move (monitor_w*0.73) (monitor_h*0.055) windowrule = match:tag mixer, size (monitor_w*0.25) (monitor_h*0.35) +windowrule { + name = spotify + match:class = spotify + match:float = on + + no_blur = on + opacity = 0.5 0.05 +}