this post was submitted on 28 Sep 2023
49 points (90.2% liked)

Linux

47344 readers
1282 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I am once again considering to write my own window manager

...unless the setup I am thinking of is already possible, let me construct this in your head:

On the top of the screen, there is narrow status bar, which is split into two parts. On the right side of the bar, you have your clock, your battery, your signal strength and so on.

On the left side, there is a clickable tab for every window you have opened. It's like browser tabs: Every window always uses the entire space below the status bar.

On the far left, there could be an icon which opens a searchable list of applications, kind of like #dmenu but vertical. Everything supports mouse input as you would expect.

Does that exist? Should I make it? It would be awesome for smaller screens, like phones.

Edit: I should add that I'm planning to run it on a Nokia N900 with a single 600 MHz CPU core, 256 MB RAM and a resolution of 800×480 pixels. Existing full desktop environments like Xfce4, LXDE, and so on are way to heavy to run.

@[email protected] @[email protected] @[email protected] @[email protected]

#linux #programming #windowmanager #x11 #wayland

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 11 months ago (1 children)

What you want should be quite easy to achieve with i3/sway or awesomewm. i3 has a slew of possibilities for "bars", even the xfce/kde panels: https://wiki.archlinux.org/title/i3#i3bar_alternatives

Awesomewm is totally usable via the mouse and infinetly extendaple via lua.

[–] [email protected] 2 points 11 months ago (1 children)

I just wish it would be easier to set it up and run it a s a floating WM, with proper window decorations and movement.

[–] [email protected] 0 points 11 months ago (1 children)

Why would you want it floating if every window is maximized? These requirements contradict each other.

The linux community is IMHO a bit focused on tiling WMs. I like tiling as well, but in this case: the vanilla gnome workflow is kinda 70% of what you want already. The rest can be done via extensions.

[–] [email protected] 3 points 11 months ago

I want floating because I DON'T want every window maximized.

To be honest, I actually only want Openbox but it run's with Wayland (no, labwc is missing too many fetures).