Compare commits
2 commits
6b3926e128
...
b91f72d84f
Author | SHA1 | Date | |
---|---|---|---|
b91f72d84f | |||
d2d8afbbef |
4 changed files with 9 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
|
|
@ -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
2
.local/bin/xdg-open
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/bash
|
||||||
|
handlr open "$@"
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue