diff options
author | awy <awy@awy.one> | 2025-08-22 02:06:18 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-22 02:06:18 +0300 |
commit | 0821c38d3e81c23bea56dd433e538af05ad0004f (patch) | |
tree | e8fe2e0fd262f5a5625322429ef83692980ec0ef | |
parent | 6a1a136009f114d8f37e5830f410b10f789f9c53 (diff) | |
download | hyprdots-0821c38d3e81c23bea56dd433e538af05ad0004f.tar.gz |
windowrule
-rw-r--r-- | .config/hypr/hyprland.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 9f4b14c..eb05177 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -268,6 +268,8 @@ windowrulev2 = float, class:^(steam)$, title:^(Recordings & Screenshots)$ windowrulev2 = float, class:^(steam)$, title:^(Steam Guard - Computer Authorization Required)$ windowrulev2 = float, title:^(Steam Keyboard)$ +windowrulev2 = float, class:^(org.prismlauncher.PrismLauncher)$, title:Console window for.*Prism Launcher.* + windowrulev2 = float, class:^(termfloat)$ windowrule = size 30% 10%,initialClass:^termfloat$ windowrule = float,initialClass:^termfilechooser$ |