Add riot-web-ui

This commit is contained in:
Lucas 2019-12-17 22:10:43 +00:00
parent 8f00ffb6b8
commit adaa10ee08
2 changed files with 17 additions and 1 deletions

View File

@ -15,7 +15,8 @@
PREFIX = $(HOME)
MANPREFIX = $(PREFIX)/local
BIN = ZZZ browser credentials fetch flac2ogg imgresize invidious \
rfcopen screenshot sekrit tor-browser w3m-copy-link xsekrit
riot-web-ui rfcopen screenshot sekrit tor-browser \
w3m-copy-link xsekrit
MAN1 = sekrit.1
all: $(BIN)

15
bin/riot-web-ui.sh Normal file
View File

@ -0,0 +1,15 @@
#!/bin/sh
# browser
# Written in 2019 by Lucas
# CC0 1.0 Universal/Public domain - No rights reserved
#
# To the extent possible under law, the author(s) have dedicated all
# copyright and related and neighboring rights to this software to the
# public domain worldwide. This software is distributed without any
# warranty. You should have received a copy of the CC0 Public Domain
# Dedication along with this software. If not, see
# <http://creativecommons.org/publicdomain/zero/1.0/>.
scp ~/.Xauthority _riot_web_ui@localhost:
ssh -n _riot_web_ui@localhost -- \
env DISPLAY=${DISPLAY:-:0} /usr/local/bin/firefox "$@"