diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-07-23 11:23:28 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-07-23 11:23:28 +0530 |
| commit | 345320bb705d776afefdc9602b7d9dc05863403f (patch) | |
| tree | 9deecbae7f9bd6f60f84332d3ffad12ea9e03850 /README.md | |
| parent | 9a634f133d920da0dfc9dd7e8e5a675fd7c7af26 (diff) | |
| download | null-browser-345320bb705d776afefdc9602b7d9dc05863403f.tar.gz null-browser-345320bb705d776afefdc9602b7d9dc05863403f.zip | |
Update dmenu to use input text instead of selection
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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** |
