From 6f7715f1cb891afeaf7e524a360f906a17321555 Mon Sep 17 00:00:00 2001 From: GlennIgen Date: Fri, 22 May 2026 18:48:50 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20omd=C3=B8b=20og=20udvid=20KDE=20shortcu?= =?UTF-8?q?ts-fil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Omdøb 1password_shortcuts.kksrc til custom_shortcuts.kksrc - Tilføj genveje til app_close_and_shutdown og app_close_and_reboot via Kitty - Meta+Ctrl+Alt+S → shutdown-script - Meta+Ctrl+Alt+R → reboot-script --- .../kde_shortcuts/1password_shortcuts.kksrc | 13 --------- .../kde/kde_shortcuts/custom_shortcuts.kksrc | 27 +++++++++++++++++++ 2 files changed, 27 insertions(+), 13 deletions(-) delete mode 100644 fedora/kde/kde_shortcuts/1password_shortcuts.kksrc create mode 100644 fedora/kde/kde_shortcuts/custom_shortcuts.kksrc diff --git a/fedora/kde/kde_shortcuts/1password_shortcuts.kksrc b/fedora/kde/kde_shortcuts/1password_shortcuts.kksrc deleted file mode 100644 index 33facd2..0000000 --- a/fedora/kde/kde_shortcuts/1password_shortcuts.kksrc +++ /dev/null @@ -1,13 +0,0 @@ -[Custom Commands][net.local.1password-2.desktop] -Exec=1password --quick-access -Name=1password qa - -[Custom Commands][net.local.1password.desktop] -Exec=1password --toggle -Name=1password - -[net.local.1password-2.desktop][Global Shortcuts] -_launch=Meta+Ctrl+. - -[net.local.1password.desktop][Global Shortcuts] -_launch=Meta+Ctrl+, diff --git a/fedora/kde/kde_shortcuts/custom_shortcuts.kksrc b/fedora/kde/kde_shortcuts/custom_shortcuts.kksrc new file mode 100644 index 0000000..170df48 --- /dev/null +++ b/fedora/kde/kde_shortcuts/custom_shortcuts.kksrc @@ -0,0 +1,27 @@ +[Custom Commands][net.local.1password-2.desktop] +Exec=1password --quick-access +Name=1password qa + +[Custom Commands][net.local.1password.desktop] +Exec=1password --toggle +Name=1password + +[Custom Commands][net.local.kitty-2.desktop] +Exec=kitty --override window_title="shutdown-script" bash -c "~/scripts/app_close_and_shutdown.sh; exec bash" +Name=app_close_and_shutdown + +[Custom Commands][net.local.kitty.desktop] +Exec=kitty --override window_title="shutdown-script" bash -c "~/scripts/app_close_and_reboot.sh; exec bash" +Name=app_close_and_restart.sh\s + +[net.local.1password-2.desktop][Global Shortcuts] +_launch=Meta+Ctrl+. + +[net.local.1password.desktop][Global Shortcuts] +_launch=Meta+Ctrl+, + +[net.local.kitty-2.desktop][Global Shortcuts] +_launch=Meta+Ctrl+Alt+S + +[net.local.kitty.desktop][Global Shortcuts] +_launch=Meta+Ctrl+Alt+R