From 8eb3f8020c165c6548a7d59551816450a587ef10 Mon Sep 17 00:00:00 2001 From: Devin Shoemaker Date: Sun, 4 Mar 2018 14:47:15 -0600 Subject: [PATCH 1/2] [WIP] KDE config script --- kde/config.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 kde/config.sh diff --git a/kde/config.sh b/kde/config.sh new file mode 100755 index 0000000..6a9b76e --- /dev/null +++ b/kde/config.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +# KDE Configs + +# Keyboard Shortcuts +kwriteconfig --file ~/.config/kglobalshortcutsrc --group "kwin" --key "Window Maximize" "Meta+Up,none,Maximize Window" +kwriteconfig --file ~/.config/kglobalshortcutsrc --group "kwin" --key "Window Quick Tile Left" "Meta+Left,none,Quick Tile Window to the Left" +kwriteconfig --file ~/.config/kglobalshortcutsrc --group "kwin" --key "Window Quick Tile Right" "Meta+Right,none,Quick Tile Window to the Right" +kwriteconfig --file ~/.config/kglobalshortcutsrc --group "kwin" --key "Expose" "Meta+Tab,Ctrl+F9,Toggle Present Windows (Current desktop)" + +# Theme +kwriteconfig --file ~/.config/plasmarc --group "Theme" --key "name" "breeze-dark" + +# Energy Saving +kwriteconfig --file ~/.config/powermanagementprofilesrc --group "AC/DimDisplay" --key "idleTime" "300000" +kwriteconfig --file ~/.config/powermanagementprofilesrc --group "AC/HandleButtonEvents" --key "powerButtonAction" "1" +kwriteconfig --file ~/.config/powermanagementprofilesrc --group "AC/SuspendSession" --key "idleTime" "7200000" +kwriteconfig --file ~/.config/powermanagementprofilesrc --group "AC/SuspendSession" --key "suspendType" "1" From 6ee5a050e9cef3e71a47dd52c82b6cb0f5f0e9f7 Mon Sep 17 00:00:00 2001 From: Devin Shoemaker Date: Wed, 7 Mar 2018 06:59:38 -0600 Subject: [PATCH 2/2] kde/config: add TODO comments --- kde/config.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/kde/config.sh b/kde/config.sh index 6a9b76e..484de7a 100755 --- a/kde/config.sh +++ b/kde/config.sh @@ -16,3 +16,20 @@ kwriteconfig --file ~/.config/powermanagementprofilesrc --group "AC/DimDisplay" kwriteconfig --file ~/.config/powermanagementprofilesrc --group "AC/HandleButtonEvents" --key "powerButtonAction" "1" kwriteconfig --file ~/.config/powermanagementprofilesrc --group "AC/SuspendSession" --key "idleTime" "7200000" kwriteconfig --file ~/.config/powermanagementprofilesrc --group "AC/SuspendSession" --key "suspendType" "1" + +#TODO +# Window Management + +## Task Switcher +### Visualization - Large Icons + +## Window Rules +### Remember position window rule + +# Display and Monitor +## Compositor +### Tearing prevention - Full screen repaints + +# Input Devices +## Keyboard +### NumLock on Plasma Startup - Turn on