this post was submitted on 29 May 2024
14 points (88.9% liked)
Linux
47994 readers
1563 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think
~/.dbus/
wasn't really used by Hyprland, as far as I remember I just told Hyprland to remove the directory on startup, but it's been a while since I used Hyprland. Or maybe try River?Thanks for the suggestion, but I really want to stick to something like i3, which I think the only thing that is close is sway (and sway is not a perfect drop in replacement for i3 btw).
https://github.com/swaywm/sway/issues/8000
https://github.com/swaywm/sway/issues/8001
https://github.com/swaywm/sway/issues/8002
Actually not even i3 is perfect for me, I had to fork it to apply a patch that they haven't applied: https://github.com/i3/i3/pull/5521
A few months ago I really tried to switch to hyprland, it all ended with my wasting my time reading the documentation on how to assign workspaces to monitors for hyprland to tell me that the feature was deprecated 💀
Another issue that I had with hyprland is that I could not move a floating window between displays using the
move left/right
as those moved the window to the right/left of the display instead of a left/right direction.I also use i3msg to do some mildly complex actions, which I really couldn't figure out how to do with hyprland, like this one:
https://github.com/Samueru-sama/dotfiles/blob/main/.local/config/i3/config
Which basically the same keybind either focuses or launches the web-browser, but does not focus on the PWA instances of the web browser as for that I use a different keybind.
Another bigger issue that I need to solve as well is that it seems it isn't possible to do
"xrandr --setmonitor extended
in wayland, as I use that with my 3 monitors to play some games. (it sets the 3 displays as one).