Add riot-web-ui
This commit is contained in:
parent
8f00ffb6b8
commit
adaa10ee08
@ -15,7 +15,8 @@
|
|||||||
PREFIX = $(HOME)
|
PREFIX = $(HOME)
|
||||||
MANPREFIX = $(PREFIX)/local
|
MANPREFIX = $(PREFIX)/local
|
||||||
BIN = ZZZ browser credentials fetch flac2ogg imgresize invidious \
|
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
|
MAN1 = sekrit.1
|
||||||
|
|
||||||
all: $(BIN)
|
all: $(BIN)
|
||||||
|
15
bin/riot-web-ui.sh
Normal file
15
bin/riot-web-ui.sh
Normal 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 "$@"
|
Loading…
Reference in New Issue
Block a user