aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-05-05 19:56:19 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-05-05 19:56:19 +0200
commit5a8fa3ed354cec18a7e1dddb1e4c8d458b1001ae (patch)
treeeecea52da7d2a00dcf8d254c932faee71d6333ee /.local
parent960ab8cc5d8687f572d571ee646e11cf3bbedab4 (diff)
Add awesome for use with KDE
Diffstat (limited to '.local')
l---------.local/bin/awesome1
-rw-r--r--.local/etc/wrapper.d/awesome.sh6
2 files changed, 7 insertions, 0 deletions
diff --git a/.local/bin/awesome b/.local/bin/awesome
new file mode 120000
index 0000000..3da827c
--- /dev/null
+++ b/.local/bin/awesome
@@ -0,0 +1 @@
+../share/wrapper.sh \ No newline at end of file
diff --git a/.local/etc/wrapper.d/awesome.sh b/.local/etc/wrapper.d/awesome.sh
new file mode 100644
index 0000000..5d72452
--- /dev/null
+++ b/.local/etc/wrapper.d/awesome.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+WRAPPER_BINS="
+ /usr/bin/awesome
+ /run/current-system/sw/bin/awesome
+"