Changes for some items.
- emacs config for fonts wasn't working without custom, for some reason.
This commit is contained in:
parent
7ced498c15
commit
23f4721ece
5 changed files with 92 additions and 75 deletions
|
|
@ -1,12 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
URL=`dmenu -fn 'mOsOul for Powerline-10' -nb navy -nf chartreuse -sb black -sf orange -p "Url>" -l 8 < ~/bin/urllist`
|
||||
URL=$(mybemenu < ~/bin/urllist)
|
||||
if [ $URL ]; then
|
||||
if [ "$URL" = "clipboard" ]; then
|
||||
URL=`xclip -o`
|
||||
URL=$(wl-paste)
|
||||
fi
|
||||
export http_proxy=192.168.42.5:8118
|
||||
tabbed -r2 surf -e -a@Aa -BDfg $URL
|
||||
badwolf ${URL}
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue