From db83ea9a704c9ad137e5ff7517813630263ce1cd Mon Sep 17 00:00:00 2001 From: Konstantin Nazarov Date: Thu, 23 Sep 2021 21:17:53 +0100 Subject: [PATCH] Add a post on sway tabbed layout --- content/posts/sway_tabbed_layout/note.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/posts/sway_tabbed_layout/note.md diff --git a/content/posts/sway_tabbed_layout/note.md b/content/posts/sway_tabbed_layout/note.md new file mode 100644 index 0000000..0961605 --- /dev/null +++ b/content/posts/sway_tabbed_layout/note.md @@ -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.