From 601fc59e10f8f120e82e8073fc99591e61248486 Mon Sep 17 00:00:00 2001 From: UhGoomba <53350163+UhGoomba@users.noreply.github.com> Date: Sun, 7 Jul 2024 00:06:36 -0400 Subject: float steam friends list --- hypr/.config/hypr/hyprland.conf | 1 + hypr/.config/hypr/windowrules.conf | 1 + 2 files changed, 2 insertions(+) create mode 100644 hypr/.config/hypr/windowrules.conf (limited to 'hypr') diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 31b996b..1551404 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -1,6 +1,7 @@ source=binds.conf source=monitors.conf source=style.conf +source=windowrules.conf # Set programs that you use $terminal = kitty diff --git a/hypr/.config/hypr/windowrules.conf b/hypr/.config/hypr/windowrules.conf new file mode 100644 index 0000000..dcd0d90 --- /dev/null +++ b/hypr/.config/hypr/windowrules.conf @@ -0,0 +1 @@ +windowrulev2 = float,title:^(Friends List)$ -- cgit v1.2.3