1
0
Fork 0

Merging bin

This commit is contained in:
Jeremy Kaplan 2017-12-05 10:21:48 -08:00 committed by Jeremy Kaplan
commit 177cd9b4bf
3 changed files with 16 additions and 8 deletions

8
bin/aur Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env tako
import sys
assert len(sys.argv) >= 2
fmt = 'https://aur.archlinux.org/cgit/aur.git/snapshot/{}.tar.gz'
wget @(fmt.format(sys.argv[1]))

View file

@ -3,4 +3,4 @@
QT_SCALE_FACTOR=''
QT_AUTO_SCREEN_SCALE_FACTOR=''
/usr/bin/qutebrowser --backend webengine "$@"
/usr/bin/qutebrowser "$@"