diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-02 20:29:31 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-02 20:29:31 -0600 |
commit | 969f76a8238e2d43a25740c8272bf635d436f0d3 (patch) | |
tree | d8bd558a3f5bc77ba18b620111f5928ebde8b68b | |
parent | 982b5a59674fb4fa80ea45e7f63edc2e276fb7fd (diff) |
wofi shim for passmenu
-rwxr-xr-x | bin/dmenu-wl | 5 | ||||
-rw-r--r-- | config/sway/config | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/dmenu-wl b/bin/dmenu-wl new file mode 100755 index 0000000..7ac2273 --- /dev/null +++ b/bin/dmenu-wl @@ -0,0 +1,5 @@ +#!/bin/bash + +set -euo pipefail + +wofi -d "$@" diff --git a/config/sway/config b/config/sway/config index 0558c22..ae737ea 100644 --- a/config/sway/config +++ b/config/sway/config @@ -251,5 +251,6 @@ workspace 2 exec $term exec firefox & +bindsym $mod+comma exec PATH=~/.local/bin:$PATH /usr/bin/passmenu include /etc/sway/config.d/* |