this post was submitted on 17 Jun 2024
4 points (100.0% liked)
Arch Linux
7744 readers
1 users here now
The beloved lightweight distro
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm glad you solved!
Well, I may take a look, but I'm not a KDE user at all. I'm on Gnome for over 5 years already.
Try Settings > Window Management > Desktop Effects > "Windows Management" section > Overview and configure it.
However looks like to make it work, you should have at least 3 virtual desktops.
I suggest you to open a new thread with this question, cause I really don't know enough about KDE
The problem is that there is no such option there, which is why I'm asking.
It seems that I need to install
kdeplasma-addons
. I will need to look into how people usually usepacman
, as it keeps asking me to login asroot
.To use pacman you must have root permissions. You can do this by using
sudo
.If your installation is correct, you must just use
sudo pacman -S kdeplasma-addons
sudo
is a command that escalates your user's privileges to haveroot
powerpacman -S
installs a packageI was wondering what I was doing wrong with
sudo
.And did u find out?
Yeah, I was trying to do stuff like
sudo install
. I was not aware that it is used in combination with other commands like that.