From ecc8bd4357a20acfb039966fd6b7d285947b6042 Mon Sep 17 00:00:00 2001 From: adasium Date: Mon, 1 Jul 2024 19:03:13 +0200 Subject: [PATCH] kde shortcuts --- ansible/kde-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ansible/kde-config.yaml diff --git a/ansible/kde-config.yaml b/ansible/kde-config.yaml new file mode 100644 index 0000000..ead6bca --- /dev/null +++ b/ansible/kde-config.yaml @@ -0,0 +1,7 @@ +- name: KDE config + hosts: localhost + tasks: + - name: KDE shortcuts + shell: | + kwriteconfig5 --file kglobalshortcutsrc --group 'khotkeys' --key 'Window One Screen to the Right' 'Meta+Shift+Right' + kwriteconfig5 --file kglobalshortcutsrc --group 'khotkeys' --key 'Window One Screen to the Left' 'Meta+Shift+Left'