diff options
author | Matt Singleton <matt@xcolour.net> | 2023-04-30 14:41:07 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-04-30 14:41:07 -0500 |
commit | 4b298878d38693ad64a928e08ebcf39a721a7fb1 (patch) | |
tree | 60df5cb373ae3f4e5a06b17071f95716eb77b8ed /sway-de/wofi/.local/bin | |
parent | 5ca60114560f24617d0a82ef230bc11484617800 (diff) |
clean up install script
Diffstat (limited to 'sway-de/wofi/.local/bin')
-rwxr-xr-x | sway-de/wofi/.local/bin/dmenu-wl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway-de/wofi/.local/bin/dmenu-wl b/sway-de/wofi/.local/bin/dmenu-wl index 7ac2273..32d60df 100755 --- a/sway-de/wofi/.local/bin/dmenu-wl +++ b/sway-de/wofi/.local/bin/dmenu-wl @@ -1,4 +1,7 @@ #!/bin/bash +# +# shim to allow wofi to pretend to be dmenu, +# to allow pass to use it set -euo pipefail |