diff options
| author | UhGoomba <53350163+UhGoomba@users.noreply.github.com> | 2024-07-07 00:06:36 -0400 |
|---|---|---|
| committer | UhGoomba <53350163+UhGoomba@users.noreply.github.com> | 2024-07-07 00:06:36 -0400 |
| commit | 601fc59e10f8f120e82e8073fc99591e61248486 (patch) | |
| tree | 7ac21f3012ee92c31267613a6ab3a32987e0e0aa | |
| parent | 90d02c3cd1e3e58d9e435d555cb000647a78b1eb (diff) | |
float steam friends list
| -rw-r--r-- | hypr/.config/hypr/hyprland.conf | 1 | ||||
| -rw-r--r-- | hypr/.config/hypr/windowrules.conf | 1 |
2 files changed, 2 insertions, 0 deletions
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)$ |
