Two new scripts with bindings in sxhkd

browser: open http://loopback via xdg-open (allows us to abstract away
details and reuse the script)

spawn_everything: launch all the stuff I require for my full desktop
experience on boot.
This commit is contained in:
2025-10-26 13:57:08 +00:00
parent 56afe2e109
commit bb4c5af86c
3 changed files with 21 additions and 1 deletions

View File

@@ -9,9 +9,13 @@ super + a
super + e
$HOME/.local/scripts/eselect;
super + E
notify-send -u low "Launching basic"; \
$HOME/.local/scripts/spawn_everything;
super + s
notify-send -u low "Launching browser"; \
xdg-open "https://duckduckgo.com";
$HOME/.local/scripts/browser;
super + C
dunstctl close;