Compare commits
2 commits
d2b5a25e93
...
936c62463f
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 936c62463f | ||
Evie Litherland-Smith | 2cae695d70 |
|
@ -61,9 +61,9 @@
|
||||||
{
|
{
|
||||||
height = 32;
|
height = 32;
|
||||||
lengthMode = "fill";
|
lengthMode = "fill";
|
||||||
location = "top";
|
location = "bottom";
|
||||||
alignment = "center";
|
alignment = "center";
|
||||||
hiding = "dodgewindows";
|
hiding = "normalpanel";
|
||||||
floating = true;
|
floating = true;
|
||||||
widgets = [
|
widgets = [
|
||||||
{
|
{
|
||||||
|
@ -79,10 +79,8 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "org.kde.plasma.taskmanager";
|
name = "org.kde.plasma.icontasks";
|
||||||
config.General = {
|
config.General = {
|
||||||
sortingStrategy = "2"; # Alphabetically
|
|
||||||
separateLaunchers = "true";
|
|
||||||
maxStripes = "1";
|
maxStripes = "1";
|
||||||
showToolTips = "true";
|
showToolTips = "true";
|
||||||
launchers = [
|
launchers = [
|
||||||
|
@ -138,10 +136,18 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
shortcuts = {
|
shortcuts = {
|
||||||
|
ksmserver = {
|
||||||
|
"Lock Session" = ["Screensaver" "Meta+Alt+L"];
|
||||||
|
};
|
||||||
kwin = {
|
kwin = {
|
||||||
"Walk Through Windows of Current Application" = "Alt+`";
|
"Walk Through Windows of Current Application" = "Alt+`";
|
||||||
"Walk Through Windows of Current Application (Reverse)" = "Alt+¬";
|
"Walk Through Windows of Current Application (Reverse)" = "Alt+¬";
|
||||||
"ToggleMouseClick" = "Meta+*";
|
"ToggleMouseClick" = "Meta+*";
|
||||||
|
"Expose" = "Meta+,";
|
||||||
|
"Switch Window Down" = "Meta+J";
|
||||||
|
"Switch Window Left" = "Meta+H";
|
||||||
|
"Switch Window Right" = "Meta+L";
|
||||||
|
"Switch Window Up" = "Meta+K";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -160,6 +166,7 @@
|
||||||
|
|
||||||
configFile = {
|
configFile = {
|
||||||
baloofilerc."Basic Settings"."Indexing-Enabled" = false;
|
baloofilerc."Basic Settings"."Indexing-Enabled" = false;
|
||||||
|
plasmanotifyrc.Notifications.NormalAlwaysOnTop = true;
|
||||||
kcminputrc.Keyboard.NumLock = 1;
|
kcminputrc.Keyboard.NumLock = 1;
|
||||||
krunnerrc.General.FreeFloating = true;
|
krunnerrc.General.FreeFloating = true;
|
||||||
kscreenlockerrc = {
|
kscreenlockerrc = {
|
||||||
|
@ -205,10 +212,6 @@
|
||||||
Menus = 80;
|
Menus = 80;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
plasmanotifyrc.Notifications = {
|
|
||||||
NormalAlwaysOnTop = true;
|
|
||||||
PopupPosition = "TopRight";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,6 +35,10 @@
|
||||||
(deftheme ${custom-theme-name}
|
(deftheme ${custom-theme-name}
|
||||||
"Use Nix customised fonts for main faces")
|
"Use Nix customised fonts for main faces")
|
||||||
|
|
||||||
|
(custom-theme-set-variables
|
||||||
|
'${custom-theme-name}
|
||||||
|
'(menu-bar-mode nil))
|
||||||
|
|
||||||
(custom-theme-set-faces
|
(custom-theme-set-faces
|
||||||
'${custom-theme-name}
|
'${custom-theme-name}
|
||||||
'(default ((t (:family "${fixed-font-family}" :height ${font-height}))))
|
'(default ((t (:family "${fixed-font-family}" :height ${font-height}))))
|
||||||
|
|
Reference in a new issue