Add back custom launch-terminal bind, remove built-in konsole bind

Rearrange pinned launchers and add preferred browser back to task manager
This commit is contained in:
Evie Litherland-Smith 2024-08-03 08:26:15 +01:00
parent 41251d17f2
commit 48570036bf

View file

@ -67,6 +67,15 @@
};
hotkeys.commands = {
"launch-terminal" =
let
command = config.programs.plasma.configFile.kdeglobals.General.TerminalApplication.value;
in
{
inherit command;
name = "Launch ${command} emulator";
key = "Ctrl+Alt+T";
};
"launch-emacs" = {
name = "Launch Emacs Client Window";
key = "Meta+Alt+X";
@ -101,9 +110,10 @@
maxStripes = "1";
showToolTips = "true";
launchers = [
"preferred://filemanager"
"applications:Alacritty.desktop"
"applications:emacs.desktop"
"preferred://filemanager"
"preferred://browser"
];
};
}
@ -171,6 +181,7 @@
"InvertWindow" = "Meta+Ctrl+U";
"Invert Screen Colors" = [ ];
};
"services/org.kde.konsole.desktop"."_launch" = [ ];
"services/org.kde.krunner.desktop"."_launch" = [
"Meta+Space"
"Search"