Plasma workspaces - rollover desktop navigation
This commit is contained in:
parent
e85de5b314
commit
22d0791ad1
|
@ -130,7 +130,10 @@
|
||||||
Greeter.WallpaperPlugin = "org.kde.potd";
|
Greeter.WallpaperPlugin = "org.kde.potd";
|
||||||
};
|
};
|
||||||
kwinrc = {
|
kwinrc = {
|
||||||
Windows.FocusPolicy = "FocusFollowsMouse";
|
Windows = {
|
||||||
|
FocusPolicy = "FocusFollowsMouse";
|
||||||
|
RollOverDesktops = true;
|
||||||
|
};
|
||||||
NightColor = {
|
NightColor = {
|
||||||
Active = true;
|
Active = true;
|
||||||
Mode = "Location";
|
Mode = "Location";
|
||||||
|
|
Reference in a new issue