diff options
Diffstat (limited to 'hypr/.config')
| -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)$ |
