Skip to content

Commit

Permalink
add terminal shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
adasium committed Jul 8, 2024
1 parent ecc8bd4 commit 47f6032
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/kde-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
tasks:
- name: KDE shortcuts
shell: |
# ~/.config/kglobalshortcutsrc
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'
# Terminal
kwriteconfig5 --file kglobalshortcutsrc --group 'services' --group 'org.contourterminal. Contour.desktop' --key 'NewWindow' 'Ctrl+Alt+T'

0 comments on commit 47f6032

Please sign in to comment.