add: handlr-regex
This commit is contained in:
parent
d2d8afbbef
commit
b91f72d84f
3 changed files with 7 additions and 0 deletions
4
.config/handlr/handlr.toml
Normal file
4
.config/handlr/handlr.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
enable_selector = true
|
||||
selector = "fuzzel --dmenu -p 'Open With: '"
|
||||
term_exec_args = '-e'
|
||||
expand_wildcards = false
|
2
.local/bin/xdg-open
Normal file
2
.local/bin/xdg-open
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/bash
|
||||
handlr open "$@"
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
## Software
|
||||
- ly (dm)
|
||||
- handlr-regex (xdg-open replacement)
|
||||
- niri (WM)
|
||||
- fuzzel (launcher)
|
||||
- ironbar (...bar)
|
||||
|
|
Loading…
Reference in a new issue