From ce0b02c7c4e1e98ed25b1c1d97407c5ccff05476 Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Sat, 11 Feb 2023 19:01:57 -0500 Subject: [PATCH] fixed linking so relative config should be ok --- bin/rofi-launcher | 1 + bin/rofi-mpd | 1 + bin/rofi-powermenu | 1 + 3 files changed, 3 insertions(+) create mode 120000 bin/rofi-launcher create mode 120000 bin/rofi-mpd create mode 120000 bin/rofi-powermenu diff --git a/bin/rofi-launcher b/bin/rofi-launcher new file mode 120000 index 0000000..99fea20 --- /dev/null +++ b/bin/rofi-launcher @@ -0,0 +1 @@ +../launchers/launcher.sh \ No newline at end of file diff --git a/bin/rofi-mpd b/bin/rofi-mpd new file mode 120000 index 0000000..66bd838 --- /dev/null +++ b/bin/rofi-mpd @@ -0,0 +1 @@ +../scripts/mpd/mpd.sh \ No newline at end of file diff --git a/bin/rofi-powermenu b/bin/rofi-powermenu new file mode 120000 index 0000000..e49f421 --- /dev/null +++ b/bin/rofi-powermenu @@ -0,0 +1 @@ +../scripts/powermenu/powermenu.sh \ No newline at end of file