From bb4c5af86ce53699d64119cf2b008f7d6053ae51 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 26 Oct 2025 13:57:08 +0000 Subject: 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. --- Scripts/.local/scripts/browser | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 Scripts/.local/scripts/browser (limited to 'Scripts/.local/scripts/browser') diff --git a/Scripts/.local/scripts/browser b/Scripts/.local/scripts/browser new file mode 100755 index 0000000..7ca97f2 --- /dev/null +++ b/Scripts/.local/scripts/browser @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +xdg-open "https://127.0.0.1" -- cgit v1.2.3-13-gbd6f