home/gui/desktop/hypr/window-rules.conf
2024-01-21 12:09:37 +01:00

9 lines
322 B
Plaintext

# This file contains the window rules for Hyprland WM.
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for example of window-rules.
# Allows us to start kitty --class=app_launcher in float mode.
windowrulev2 = float,class:(app_launcher)
# Makes the browser opaque.
windowrulev2 = opaque,class:($browser_class)