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;
lengthMode = "fill";
location = "bottom";
location = "top";
alignment = "center";
hiding = "normalpanel";
hiding = "dodgewindows";
floating = true;
widgets = [
{
@ -79,8 +79,10 @@
};
}
{
name = "org.kde.plasma.icontasks";
name = "org.kde.plasma.taskmanager";
config.General = {
sortingStrategy = "2"; # Alphabetically
separateLaunchers = "true";
maxStripes = "1";
showToolTips = "true";
launchers = [
@ -136,18 +138,10 @@
];
shortcuts = {
ksmserver = {
"Lock Session" = ["Screensaver" "Meta+Alt+L"];
};
kwin = {
"Walk Through Windows of Current Application" = "Alt+`";
"Walk Through Windows of Current Application (Reverse)" = "Alt+¬";
"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 = {
baloofilerc."Basic Settings"."Indexing-Enabled" = false;
plasmanotifyrc.Notifications.NormalAlwaysOnTop = true;
kcminputrc.Keyboard.NumLock = 1;
krunnerrc.General.FreeFloating = true;
kscreenlockerrc = {
@ -212,6 +205,10 @@
Menus = 80;
};
};
plasmanotifyrc.Notifications = {
NormalAlwaysOnTop = true;
PopupPosition = "TopRight";
};
};
};
}

View file

@ -35,10 +35,6 @@
(deftheme ${custom-theme-name}
"Use Nix customised fonts for main faces")
(custom-theme-set-variables
'${custom-theme-name}
'(menu-bar-mode nil))
(custom-theme-set-faces
'${custom-theme-name}
'(default ((t (:family "${fixed-font-family}" :height ${font-height}))))