Skip to content

Instantly share code, notes, and snippets.

@marcorichetta
Last active December 28, 2019 00:29
Show Gist options
  • Save marcorichetta/137de5decf91a2c028bc632f9443da8f to your computer and use it in GitHub Desktop.
Save marcorichetta/137de5decf91a2c028bc632f9443da8f to your computer and use it in GitHub Desktop.
KDE Installation on Manjaro

My Manjaro KDE Setup

This previously was made with KDE Neon

Based on https://andrewcrouthamel.wordpress.com/2018/11/28/my-kde-centric-linux-laptop-setup-part-1/


Fish console

sudo apt-add-repository ppa:fish-shell/release-3
sudo apt-get update
sudo apt-get install fish

Change default shell

chsh -s /usr/bin/fish

Git

sudo apt install git
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
git config --global core.editor codium

Latte Dock

sudo apt install latte-dock

Backup

cd ~/.config/
cp -r latte/ lattedockrc -t /Backup/Dir

Yakuake

sudo apt install yakuake
  • Add an entry on autostart and configure shortcut as Win+X
  • Download and install Materia KDE theme
  • Select Breeze theme with font Noto Mono 11pt on Konsole

Night Color

  • Use as a replace of Redshift

Insync - More info

pamac install insync insync-dolphin

Libre Office

  • Search libreoffice-fresh libreoffice-fresh-es packages on octopi

Preferencias > Opciones > Ver

  • Icon style = Tango
  • Background color = Light Gray 2
  • Font = Noto Sans
  • pamac install vscodium-bin
  • Download Sync-config extension
  • Get Firacode

Change Background Wallpapers (SDDM)

Your image goes here:

cd /usr/share/wallpapers/:new_dir:

Modify the image location on:

/usr/share/sddm/themes/breeze/theme.conf 

Share a folder between Windows and Linux

https://www.howtogeek.com/176471/how-to-share-files-between-windows-and-linux/

Firefox about:config

Create a key in about:config

Key Value
browser.bookmarks.openInTabClosesMenu false
browser.tabs.loadBookmarksInBackground true
toolkit.cosmeticAnimations.enabled false
gfx.webrender.all true

KDE Preferences

1. Aspecto

Property Value
Icons Tela Blue Dark
Font Noto Sans 11 (General)

2. Espacio de trabajo

Property Value
Espacio de trabajo Doble click
Global Shortcuts
Meta+Up Maximize
Meta+Down Minimize

3. Hardware

Property Value
Panel Tactil Varios
Pantalla Activar y poner a izq
Compositor Suave - OpenGL 3.1

Others

  • Event Calendar (Plasma addon)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment