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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user