Compare commits

..

No commits in common. "936c62463fd43149a8dba571ffa6939c49345319" and "d2b5a25e93d71ddd4c5c198873bd8d8e990369e2" have entirely different histories.

2 changed files with 9 additions and 16 deletions

View file

@ -61,9 +61,9 @@
{ {
height = 32; height = 32;
lengthMode = "fill"; lengthMode = "fill";
location = "bottom"; location = "top";
alignment = "center"; alignment = "center";
hiding = "normalpanel"; hiding = "dodgewindows";
floating = true; floating = true;
widgets = [ widgets = [
{ {
@ -79,8 +79,10 @@
}; };
} }
{ {
name = "org.kde.plasma.icontasks"; name = "org.kde.plasma.taskmanager";
config.General = { config.General = {
sortingStrategy = "2"; # Alphabetically
separateLaunchers = "true";
maxStripes = "1"; maxStripes = "1";
showToolTips = "true"; showToolTips = "true";
launchers = [ launchers = [
@ -136,18 +138,10 @@
]; ];
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";
}; };
}; };
@ -166,7 +160,6 @@
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 = {
@ -212,6 +205,10 @@
Menus = 80; Menus = 80;
}; };
}; };
plasmanotifyrc.Notifications = {
NormalAlwaysOnTop = true;
PopupPosition = "TopRight";
};
}; };
}; };
} }

View file

@ -35,10 +35,6 @@
(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}))))