aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/dmenu
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-12-24 23:42:50 +0100
committerPatrick Spek <p.spek@tyil.nl>2022-12-24 23:50:07 +0100
commit60958fd2dfd575cf14790efd0ac2a66d3ef974f0 (patch)
tree70647358fd5905017e177ee712642b299e4ee0de /.local/bin/dmenu
parent9b05bbce585e12c99c5fc57a0ce871f6a731fe2f (diff)
Make dmenu wrapper part of wrapper.sh
Diffstat (limited to '.local/bin/dmenu')
l---------[-rwxr-xr-x].local/bin/dmenu9
1 files changed, 1 insertions, 8 deletions
diff --git a/.local/bin/dmenu b/.local/bin/dmenu
index 78cdf52..3da827c 100755..120000
--- a/.local/bin/dmenu
+++ b/.local/bin/dmenu
@@ -1,8 +1 @@
-#!/usr/bin/env sh
-
-if ! command -v rofi > /dev/null
-then
- exec /usr/bin/dmenu "$@"
-fi
-
-exec rofi -dmenu "$@"
+../share/wrapper.sh \ No newline at end of file