From e9dc4c1090abb01317847c417b75d3960f3da34d Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Fri, 3 Feb 2023 14:39:07 -0600 Subject: only install platform-appropriate configs based on uname --- bin/linux/dmenu-wl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/linux/dmenu-wl (limited to 'bin/linux/dmenu-wl') diff --git a/bin/linux/dmenu-wl b/bin/linux/dmenu-wl new file mode 100755 index 0000000..7ac2273 --- /dev/null +++ b/bin/linux/dmenu-wl @@ -0,0 +1,5 @@ +#!/bin/bash + +set -euo pipefail + +wofi -d "$@" -- cgit v1.2.3