Move pager to separate panel at top of screen
Move icontasks to centre of bottom panel Remove custom terminal keybind, use built-in plasma bind for konsole
This commit is contained in:
parent
9e9f6dee5f
commit
0dcb913fa7
|
@ -61,15 +61,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hotkeys.commands = {
|
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" = {
|
"launch-emacs" = {
|
||||||
name = "Launch Emacs Client Window";
|
name = "Launch Emacs Client Window";
|
||||||
key = "Meta+Alt+X";
|
key = "Meta+Alt+X";
|
||||||
|
@ -99,6 +90,8 @@
|
||||||
showIconsRootLevel = true;
|
showIconsRootLevel = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
"org.kde.plasma.marginsseparator"
|
||||||
|
"org.kde.plasma.panelspacer"
|
||||||
{
|
{
|
||||||
name = "org.kde.plasma.icontasks";
|
name = "org.kde.plasma.icontasks";
|
||||||
config.General = {
|
config.General = {
|
||||||
|
@ -111,15 +104,6 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
"org.kde.plasma.panelspacer"
|
"org.kde.plasma.panelspacer"
|
||||||
{
|
|
||||||
name = "org.kde.plasma.pager";
|
|
||||||
config.General = {
|
|
||||||
showWindowIcons = "true";
|
|
||||||
showOnlyCurrentScreen = "false";
|
|
||||||
wrapPage = "true";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
"org.kde.plasma.panelspacer"
|
|
||||||
"org.kde.plasma.marginsseparator"
|
"org.kde.plasma.marginsseparator"
|
||||||
"org.kde.plasma.keyboardindicator"
|
"org.kde.plasma.keyboardindicator"
|
||||||
"org.kde.plasma.cameraindicator"
|
"org.kde.plasma.cameraindicator"
|
||||||
|
@ -156,6 +140,25 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
height = 48;
|
||||||
|
lengthMode = "fit";
|
||||||
|
location = "top";
|
||||||
|
alignment = "center";
|
||||||
|
hiding = "dodgewindows";
|
||||||
|
floating = true;
|
||||||
|
screen = "all";
|
||||||
|
widgets = [
|
||||||
|
{
|
||||||
|
name = "org.kde.plasma.pager";
|
||||||
|
config.General = {
|
||||||
|
showWindowIcons = "true";
|
||||||
|
showOnlyCurrentScreen = "false";
|
||||||
|
wrapPage = "true";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
shortcuts = {
|
shortcuts = {
|
||||||
|
@ -178,7 +181,6 @@
|
||||||
"InvertWindow" = "Meta+Ctrl+U";
|
"InvertWindow" = "Meta+Ctrl+U";
|
||||||
"Invert Screen Colors" = [ ];
|
"Invert Screen Colors" = [ ];
|
||||||
};
|
};
|
||||||
"services/org.kde.konsole.desktop"."_launch" = [ ];
|
|
||||||
"services/org.kde.krunner.desktop"."_launch" = [
|
"services/org.kde.krunner.desktop"."_launch" = [
|
||||||
"Meta+Space"
|
"Meta+Space"
|
||||||
"Search"
|
"Search"
|
||||||
|
|
Loading…
Reference in a new issue