Skip to content

Commit

Permalink
kde shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
adasium committed Jul 1, 2024
1 parent 06bae9b commit ecc8bd4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible/kde-config.yaml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit ecc8bd4

Please sign in to comment.