aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9dc0952..7f762e2 100644
--- a/README.md
+++ b/README.md
@@ -11,16 +11,15 @@ This web browser is just a stack of web views that can be controlled using lua.
- use dmenu, rofi, fzf in a terminal, etc. for url input
- **No tab ui**
- use dmenu, rofi, etc. to show a list of tabs on key
- - use tabbed (x11) with multiple windows
+ - use [tabbed (X11)](https://tools.suckless.org/tabbed/) with multiple windows
- use window manager with multiple windows
- **No persistant history**
- save it in a file on UrlChanged event and show as completion for your url input
- same as above but in a sqlite db instead
+- **No notifications**
+ - Call notify-send (or whatever) on NotificationReceived event
- **No splits**
- use a window manager
-- **No tab ui**
- - use a window manager
- - use [tabbed (X11)](https://tools.suckless.org/tabbed/)
- **No buttons**
- define key bindings
- **No built-in ad blocker**