top | item 36160391 (no title) dangond | 2 years ago What are some examples? I finally got around to using a tiling window manager this week and have been loving it, but would love a browser without a status bar to go with it discuss order hn newest qudat|2 years ago The main one that comes to mind is https://surf.suckless.org/But there are many other minimal UI browsers as well as Firefox that support no tabs.I’ve been using qutebrowser which doesn’t have much of a UI since it is vim based mo_42|2 years ago I like tab-less browsers. Leaving tab/window management to the OS means I don’t have to learn browser-specific commands on top of the OS's ones.I'm using Firefox with a custom userChrome.css:#TabsToolbar { visibility: collapse !important; }Works quite ok but I cannot disable opening tabs completely in Firefox.
qudat|2 years ago The main one that comes to mind is https://surf.suckless.org/But there are many other minimal UI browsers as well as Firefox that support no tabs.I’ve been using qutebrowser which doesn’t have much of a UI since it is vim based mo_42|2 years ago I like tab-less browsers. Leaving tab/window management to the OS means I don’t have to learn browser-specific commands on top of the OS's ones.I'm using Firefox with a custom userChrome.css:#TabsToolbar { visibility: collapse !important; }Works quite ok but I cannot disable opening tabs completely in Firefox.
mo_42|2 years ago I like tab-less browsers. Leaving tab/window management to the OS means I don’t have to learn browser-specific commands on top of the OS's ones.I'm using Firefox with a custom userChrome.css:#TabsToolbar { visibility: collapse !important; }Works quite ok but I cannot disable opening tabs completely in Firefox.
qudat|2 years ago
But there are many other minimal UI browsers as well as Firefox that support no tabs.
I’ve been using qutebrowser which doesn’t have much of a UI since it is vim based
mo_42|2 years ago
I'm using Firefox with a custom userChrome.css:
#TabsToolbar { visibility: collapse !important; }
Works quite ok but I cannot disable opening tabs completely in Firefox.