From: Nicholas Hebert <68243838+n-hebert@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:27:05 +0000 (-0400) Subject: Create Hyprland.json (#371) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/8b02aa80d902c86d867fd204cb3a59d0d52d7097 Create Hyprland.json (#371) --- 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" + } + ] +}