diff --git a/.config/handlr/handlr.toml b/.config/handlr/handlr.toml new file mode 100644 index 0000000..485092c --- /dev/null +++ b/.config/handlr/handlr.toml @@ -0,0 +1,4 @@ +enable_selector = true +selector = "fuzzel --dmenu -p 'Open With: '" +term_exec_args = '-e' +expand_wildcards = false diff --git a/.local/bin/xdg-open b/.local/bin/xdg-open new file mode 100644 index 0000000..271c8e6 --- /dev/null +++ b/.local/bin/xdg-open @@ -0,0 +1,2 @@ +#!/usr/bin/bash +handlr open "$@" diff --git a/README.md b/README.md index 7011d20..a9f4f6c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ## Software - ly (dm) +- handlr-regex (xdg-open replacement) - niri (WM) - fuzzel (launcher) - ironbar (...bar)