From 38a4e8e941ee07a15b0aa5d388a69df061585ec9 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Tue, 11 Jun 2024 20:51:49 -0500 Subject: separate sway-de folder causes problems with overlapping stow responsibilities --- stow/rofi/.local/bin/dmenu-wl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 stow/rofi/.local/bin/dmenu-wl (limited to 'stow/rofi/.local/bin/dmenu-wl') diff --git a/stow/rofi/.local/bin/dmenu-wl b/stow/rofi/.local/bin/dmenu-wl new file mode 100755 index 0000000..fdc4fa5 --- /dev/null +++ b/stow/rofi/.local/bin/dmenu-wl @@ -0,0 +1,8 @@ +#!/bin/bash +# +# shim to allow wofi to pretend to be dmenu, +# to allow pass to use it + +set -euo pipefail + +rofi -dmenu "$@" -- cgit v1.2.3