]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Ability to run GUI browser instead of tmuxed lynx
authorSergey Matveev <stargrave@stargrave.org>
Sat, 6 Feb 2021 12:49:22 +0000 (15:49 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 8 Feb 2021 10:26:57 +0000 (13:26 +0300)
bin/bin/www

index 99cbe936d7c17019e47ddfb534f530470c69f530..80b50e1b7c9298efbabf424a7390ec997d3d2afa 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/sh
 
+[ -e /tmp/stargrave-flags/WG ] && [ -n "$1" ] && {
+    exec $HOME/local/bin/xombrero -n "$1"
+}
+
 term() {
     DISPLAY=:0 CMD="tmux attach-session -t www" CMDTITLE="Terminal9" $HOME/bin/dwm-term &
 }