From 8b02aa80d902c86d867fd204cb3a59d0d52d7097 Mon Sep 17 00:00:00 2001 From: Nicholas Hebert <68243838+n-hebert@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:27:05 -0400 Subject: [PATCH] Create Hyprland.json (#371) --- Hyprland.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Hyprland.json diff --git a/Hyprland.json b/Hyprland.json new file mode 100644 index 0000000..05cc360 --- /dev/null +++ b/Hyprland.json @@ -0,0 +1,10 @@ +{ + "name": "Hyprland", + "files": [ + { + "path": "$HOME/.hyprland", + "movable": true, + "help": "Used for crash reports. Fixed in https://github.com/hyprwm/Hyprland/pull/4719 and can be moved to $XDG_CACHE_HOME\n" + } + ] +} -- 2.47.3