System settings > Hardware div > Input devices > Touchpad > Invert scroll direction
System settings > Workspace Div > Workspace behaviour > clicking files or folders> Selects them
Change to Meta+c
Walkthrough Windows of current application
Change to Meta+q
Close window
Change to Meta+z
Minimize window
Change to Meta+o
Show desktop grid
Workspace > Window management > Task switcher
Download a prettier task switcher
Shortcuts
Change forward
for All Windows and Current applications
Workspace > Virtual Desktops
Set the numbers of Rows and desktops
Shortcuts > Kwin
Set these:
- Switch to desktop 1-9
- Window to desktop 1-9
- Switch to next desktop: Meta+Alt+L
- Switch to previous desktop: Meta+Alt+H
Settings > Configure keyboard and shortcuts
Change to Home
Beginning of the document
Change to End
End of the document
Support link : Diolinux ๐ง
sudo pacman -S noto-fonts-emoji
And this command :
echo -e '<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE fontconfig SYSTEM "fonts.dtd">\n<fontconfig>\n
<!-- ## serif ## -->\n <alias>\n <family>serif</family>\n <prefer>\n <family>Noto Serif</family>\n <family>emoji</family>\n <family>Liberation Serif</family>\n
<family>Nimbus Roman</family>\n <family>DejaVu Serif</family>\n </prefer>\n </alias>\n <!-- ## sans-serif ## -->\n <alias>\n <family>sans-serif</family>\n <prefer>\n <family>Noto Sans</family>\n <family>emoji</family>\n <family>Liberation Sans</family>\n <family>Nimbus Sans</family>\n <family>DejaVu Sans</family>\n </prefer>\n </alias>\n</fontconfig>' > /home/$USER/.config/fontconfig/fonts.conf
If you had installed the package caffeine-ng
from AUR maybe the program is starting automatically with the system
To solve this delete a file located in: etc/xdg/autostart/caffeine.desktop or a similar name to caffeine-desktop
Support link : Manjaro Forum
If you cannot see the battery percentage information in the System Tray try out this
plasmashell --replace &
This will restart your Desktop Environment