diff --git a/hyprland/hyprland.conf b/hyprland/hyprland.conf index 58e3454..f5894c3 100644 --- a/hyprland/hyprland.conf +++ b/hyprland/hyprland.conf @@ -297,6 +297,18 @@ bindel = , XF86MonBrightnessUp, exec, brightnessctl set +5% bindel = , XF86MonBrightnessDown, exec, brightnessctl set 5%- +#################### +### WINDOW RULES ### +#################### + +windowrule { + name = Surfshark + match:class = ^(Surfshark)$ + workspace = 8 silent + tile = on +} + + ############################## ### WORKSPACE NAMES / ICONS ## ##############################