tweak: cleanup.
This commit is contained in:
parent
246128e0c9
commit
4e153dd592
|
@ -16,8 +16,10 @@ This is my personal version. Contribute upstream to [github.com/mini-rose/rose](
|
||||||
|
|
||||||
### To do
|
### To do
|
||||||
|
|
||||||
- [ ] String substitution on uri in order to redirect to better frontends.
|
- [x] String substitution on uri in order to redirect to better frontends.
|
||||||
- [x] Present "standard" browser keybindings as an alternative.
|
- [x] Present "standard" browser keybindings as an alternative.
|
||||||
- [x] Fix zoom in new tab
|
- [x] Fix zoom in new tab
|
||||||
- [ ] Make tab bar slightly prettier.
|
- [x] Reader mode
|
||||||
|
- [ ] Add reader mode to config.def.
|
||||||
|
- [x] Make tab bar slightly prettier.
|
||||||
- [ ] Find out what each of the css elements refers to.
|
- [ ] Find out what each of the css elements refers to.
|
||||||
|
|
2
build.sh
2
build.sh
|
@ -9,5 +9,5 @@ LIBS=`pkg-config --libs ${DEPS[@]}`
|
||||||
# Optional adblocking depends on https://github.com/jun7/wyebadblock
|
# Optional adblocking depends on https://github.com/jun7/wyebadblock
|
||||||
WYEBAB='-L/usr/lib/wyebrowser/adblock.so'
|
WYEBAB='-L/usr/lib/wyebrowser/adblock.so'
|
||||||
|
|
||||||
echo $CC $INCS $LIBS $SRC $REQS $WYEBAB -o rose
|
# echo $CC $INCS $LIBS $SRC $REQS $WYEBAB -o rose
|
||||||
$CC $INCS $LIBS $SRC $REQS $WYEBAB -o rose
|
$CC $INCS $LIBS $SRC $REQS $WYEBAB -o rose
|
||||||
|
|
Loading…
Reference in New Issue
Block a user