Compare commits

...

2 commits

Author SHA1 Message Date
b91f72d84f add: handlr-regex 2025-07-28 21:09:18 -04:00
d2d8afbbef add: lxqt policykit 2025-07-28 21:08:13 -04:00
4 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,4 @@
enable_selector = true
selector = "fuzzel --dmenu -p 'Open With: '"
term_exec_args = '-e'
expand_wildcards = false

View file

@ -136,6 +136,7 @@ environment {
DISPLAY ":0" DISPLAY ":0"
} }
spawn-at-startup "lxqt-policykit-agent"
spawn-at-startup "ironbar" spawn-at-startup "ironbar"
spawn-at-startup "xwayland-satellite" spawn-at-startup "xwayland-satellite"
spawn-at-startup "swaync" spawn-at-startup "swaync"

2
.local/bin/xdg-open Normal file
View file

@ -0,0 +1,2 @@
#!/usr/bin/bash
handlr open "$@"

View file

@ -2,9 +2,11 @@
## Software ## Software
- ly (dm) - ly (dm)
- handlr-regex (xdg-open replacement)
- niri (WM) - niri (WM)
- fuzzel (launcher) - fuzzel (launcher)
- ironbar (...bar) - ironbar (...bar)
## Misc ## Misc
- xdg-desktop-portal (req gnome) - xdg-desktop-portal (req gnome)
- lxqt-policykit (polkit agent)