From a85c851cd1480a26a670bdb0476a94bb1888a603 Mon Sep 17 00:00:00 2001 From: amahajan10 <92529053+amahajan10@users.noreply.github.com> Date: Sat, 7 Jun 2025 07:39:34 -0400 Subject: [PATCH] Add skhd (#483) --- programs/skhd.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/skhd.json diff --git a/programs/skhd.json b/programs/skhd.json new file mode 100644 index 0000000..2ba5843 --- /dev/null +++ b/programs/skhd.json @@ -0,0 +1,10 @@ +{ + "name": "skhd", + "files": [ + { + "path": "$HOME/.skhdrc", + "movable": true, + "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/skhd/skhdrc_.\n" + } + ] +} -- 2.47.3