this post was submitted on 16 Nov 2023
18 points (84.6% liked)

Linux

47341 readers
1380 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
 

hi everyone, using xfce(main desktop) doesn't work, tried gnome and cinnamon and same thing. anyway know how to do this pls? thanks for reading.

edit: ty all 4 input, looks like the solution is with window managers.

top 18 comments
sorted by: hot top controversial new old
[–] [email protected] 9 points 10 months ago (1 children)

Afaik the X11 standard says that this shouldn't be done and that workspaces should span all monitors (or something along the lines of that), thus most DEs don't do this (I've read this in the gnome issue tracker), don't ask me why cause I also hate this behaviour. Most window managers will do that however and luckily it's super easy to replace xfwm with another window manager. I use i3 inside xfce on my work laptop, this guide describes how to set it up with ease

[–] [email protected] 1 points 10 months ago
[–] [email protected] 8 points 10 months ago (1 children)

Isn't the whole workspace thing simply a software way to have multiple monitors into one which you can "look at" when you switch?

[–] [email protected] 6 points 10 months ago

That's sort of how herbstluftwm models it. Workspaces are called tags, and are areas windows can be arranged. Monitors are like SVG viewports, with dimensions; Herbst auto-manages physical monitors, but lets you define virtual monitors with arbitrary dimensions. Workspaces (tags) are displayed on monitors and windows are adjusted to the dimensions of the monitors as tags are moved around. Monitors can be overlayed... the terminology is counterintuitive (windows have tags, but can only have one tag at a time, and monitors can overlap, etc), but it's a really nice way of approaching things IMO, and is one of the main reasons I'm sticking with X.

[–] [email protected] 4 points 10 months ago

Do you mean you want separate sets of workspaces on each monitor and to be able to switch through them independently? Just having "workspace 1 on monitor 1 and workspace 2 on monitor 2" sounds no different than the default behaviour with no extra workspaces.

[–] [email protected] 4 points 10 months ago (1 children)

In i3wm/swaywm, hyprland, ... You can assign workspaces to outputs (monitors)

[–] [email protected] 1 points 10 months ago
[–] [email protected] 3 points 10 months ago

SwayWM, but I think any of those you mentioned should be able to do it?

[–] [email protected] 2 points 10 months ago

I think maybe Enlightenment can do that, but I'm not sure.

Normally workspace definitions are systemwide not monitor specific. A workspace uses all monitors on the system.

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

AwesomeWM should allow switching workspaces independently if you want to try a dynamic tiler

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

Gnome 3 has an option to keep one display fixed when changing workspaces... Also most window managers allow you to keep certain windows on all workspaces, maybe that will help?

[–] [email protected] 1 points 10 months ago
[–] [email protected] 1 points 10 months ago

What's the workspace give you? A bare task bar?

[–] [email protected] -3 points 10 months ago (1 children)

KISS: Plug workstation 1 into monitor 1 and workstation 2 into monitor 2. Then use something like Synergy to share the keyboard and mouse between the computers.

[–] [email protected] 4 points 10 months ago (1 children)

Workspace is not the same as Workstation....

[–] [email protected] -3 points 10 months ago (1 children)

For you and I, yes I agree there is a difference. For OP, who has not replied to any comment, maybe not.

[–] [email protected] 1 points 10 months ago

haha I like to wait for more replies before I start to comment. tx 4 input.