# Standard Archlinux w/ KDE setup

I'll update this list regularly, so I have a history of personalization I make to my OS in case I ever need to a fresh install.

**KDE**

Virtual Desktops

* * 6 desktops
        
        \* Desktop 1, Desktop 2, Desktop 3, Productivity (Calendar, Todos), Email, Comms (discord, teams, slack)
        
        \* Keybindings
        
        \* Switch to Next Desktop `ctrl + right`
        
        \* Switch to Previous Desktop `ctrl + left`
        
* Personalizations
    
    * AUR
        
        * kwin-effects-cube-git
            

**Arch**

* ZSH default Shell
    
    * `sudo pacman -S zsh`
        
    * `zsh /usr/share/zsh/functions/Newuser/zsh-newuser-install -f`
        
    * Install [oh my zsh](https://github.com/ohmyzsh/ohmyzsh)
        
    * [https://github.com/scopatz/nanorc](https://github.com/scopatz/nanorc)
        
* do not use iwd w/ eduroam, use WPA Supplicant
    
* Printer Driver
    
    * Canon TS3400 series Ver.6.10 (color) "cnijbe2://"
        

## Config Files

```bash
// KDE-Dolphin main configuration:
~/.config/dolphinrc
~/.local/share/kxmlgui5/dolphin
~/.local/share/dolphin/view_properties
~/.local/share/kxmlgui5/dolphin/dolphinui.rc.

// KDE-Dolphin sidebar and bookmark configuration:
~/.local/share/user-places.xbel

// KDE-Dolphin keyboard shortcuts configuration:
~/.config/kdeglobals
~/.config/kglobalshortcutsrc
```

```bash
// Packages
dolphin-plugins
mkinitcpio-btrfs
mkinitcpio-firmware
```
