Skip to content

Instantly share code, notes, and snippets.

@micaelviana
Created December 25, 2021 14:33
Show Gist options
  • Save micaelviana/e90fad79da95e520ae354d5ea2388933 to your computer and use it in GitHub Desktop.
Save micaelviana/e90fad79da95e520ae354d5ea2388933 to your computer and use it in GitHub Desktop.
Settings to KDE

Mouse scroll

System settings > Hardware div > Input devices > Touchpad > Invert scroll direction

Mouse Click

System settings > Workspace Div > Workspace behaviour > clicking files or folders> Selects them

Shortcuts

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

Switch between programs

Workspace > Window management > Task switcher Download a prettier task switcher Shortcuts Change forward for All Windows and Current applications

Virtual desktops

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

Okular

Settings > Configure keyboard and shortcuts Change to Home Beginning of the document Change to End End of the document

Emoji bugs ๐Ÿ˜‚

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 

Remove caffeine from autostart

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

Problems with the battery indicator in System Tray ๐Ÿ”‹

If you cannot see the battery percentage information in the System Tray try out this

plasmashell --replace & This will restart your Desktop Environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment