Add a post on sway tabbed layout

This commit is contained in:
Konstantin Nazarov 2021-09-23 21:17:53 +01:00
parent 8709b66d64
commit db83ea9a70
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22

View file

@ -0,0 +1,22 @@
X-Date: 2021-09-23T20:06:19Z
X-Note-Id: d0cac0aa-bac1-4c00-895a-d88edb087fc8
Subject: Sway tabbed layout
X-Slug: sway_tabbed_layout
[Sway](https://swaywm.org/) has an interesting feature called "tabbed layout".
In this layout, windows are organized with tabs as you would do in a browser
window. The difference is that it works universally for all apps, even those
that don't have native tab support.
I liked it so much, that I'm looking for a way to remove all window decorations
from my browser: tabs, panels, url bar etc. And use what my window manager
provides out of the box.
I know there is [Surf](https://surf.suckless.org/), but it only supports X11,
and is not very secure. Then, there is Vivaldi that uses Chromium and has the
ability to hide almost everything. What turns me off is that its extensions are
closed source.
What I'll be experimenting with next is what's called [userChrome.css](https://www.userchrome.org/),
which allows you to tune Firefox interface. Let's see if I can make it behave
the way I want.