From 231a3b9dcf204d42f72e7f7cff2f8d2554f62877 Mon Sep 17 00:00:00 2001 From: Axon Date: Thu, 22 Oct 2015 03:53:21 +0000 Subject: [PATCH] Create KDE page --- en/customization/kde.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 en/customization/kde.md diff --git a/en/customization/kde.md b/en/customization/kde.md new file mode 100644 index 00000000..e885e18f --- /dev/null +++ b/en/customization/kde.md @@ -0,0 +1,37 @@ +--- +layout: doc +title: KDE +permalink: /en/doc/kde/ +--- + +KDE Tips +======== + +Window Management +----------------- + +You can set each window's position and size like this: + +~~~ +Right click title bar --> More actions --> Special window settings... + + Window matching tab + Window class (application): Exact Match: + Window title: Substring Match: + + Size & Position tab + [x] Position: Apply Initially: x,y + [x] Size: Apply Initially: x,y +~~~ + +You can also use `kstart` to control virtual desktop placement like this: + +~~~ + kstart --desktop 3 --windowclass -q --tray -a '' +~~~ + +(Replace "3" with whichever virtual desktop you want the window to be +on.) + +This can be useful for creating a simple shell script which will set up your +workspace the way you like.