some more plasma config
This commit is contained in:
parent
c9d700390c
commit
11fb3de60c
2 changed files with 16 additions and 0 deletions
|
@ -32,6 +32,11 @@
|
||||||
key = "Meta+Return";
|
key = "Meta+Return";
|
||||||
command = "kitty";
|
command = "kitty";
|
||||||
};
|
};
|
||||||
|
"launch-browser" = {
|
||||||
|
name = "launch browser";
|
||||||
|
key = "Meta+B";
|
||||||
|
command = "librewolf";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
shortcuts = {
|
shortcuts = {
|
||||||
|
@ -63,5 +68,13 @@
|
||||||
# save RAM
|
# save RAM
|
||||||
baloofilerc."Basic Settings"."Indexing-Enabled" = false;
|
baloofilerc."Basic Settings"."Indexing-Enabled" = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# looks like KDE overrides services.logind settings
|
||||||
|
powerdevil.AC = {
|
||||||
|
whenLaptopLidClosed = "hibernate";
|
||||||
|
};
|
||||||
|
powerdevil.battery = {
|
||||||
|
whenLaptopLidClosed = "hibernate";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -304,6 +304,9 @@
|
||||||
xcb-util-cursor
|
xcb-util-cursor
|
||||||
libplist
|
libplist
|
||||||
p11-kit
|
p11-kit
|
||||||
|
kdePackages.qtwayland
|
||||||
|
qt6.qtwayland
|
||||||
|
libsForQt5.qt5.qtwayland
|
||||||
xorg.libX11
|
xorg.libX11
|
||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
xorg.xcbutilwm
|
xorg.xcbutilwm
|
||||||
|
|
Loading…
Add table
Reference in a new issue