Skip to content

Instantly share code, notes, and snippets.

@tfg13
tfg13 / gist:6f18bfcf171bcae59536
Last active April 11, 2016 04:09
Arch Linux: Upgrading to Plasma 5.2

KDE Plasma Workspaces 4 to KDE Plasma 5.2 - Arch Linux

This guide was written on January 29, 2014. Things may change in the future!

  1. System needs to be up to date:pacman -Syu
    This will pull in a lot of Frameworks5 stuff. Also, some applications like konsole are already ported to Plasma 5.

  2. Reboot to make sure you run the latest software.

  3. Check if fonts in Konsole are ugly/wrong. If so, (re-)set font in konsole settings.

@tfg13
tfg13 / touchpadconf.sh
Created November 24, 2013 15:50
script to set synaptics configuration for Thinkpad T440p
#!/bin/sh
# this script sets some parameters to get a useable configuration
# these changes are not persistent, you may want to include this in your autostart
# 1 finger = left click, 2 finger = right click, 3 finger = middle click
synclient TapButton2=3
synclient TapButton3=2
synclient ClickFinger2=3
synclient ClickFinger3=2