initial setup of plasma-manager
This commit is contained in:
parent
eff9d545e0
commit
9033e01b07
6 changed files with 113 additions and 6 deletions
|
@ -34,5 +34,42 @@ in
|
|||
|
||||
# should enable theme integration with gtk apps (i.e. firefox, thunderbird)
|
||||
programs.dconf.enable = true;
|
||||
|
||||
hm.programs.plasma = {
|
||||
enable = true;
|
||||
|
||||
# panels = [
|
||||
# {
|
||||
# location = "bottom";
|
||||
# widgets = [
|
||||
# {
|
||||
# name = "org.kde.plasma.kickoff";
|
||||
# config = {
|
||||
# General = {
|
||||
# icon = "nix-snowflake-white";
|
||||
# alphaSort = true;
|
||||
# };
|
||||
# };
|
||||
# }
|
||||
#
|
||||
# {
|
||||
# kickoff = {
|
||||
# sortAlphabetically = true;
|
||||
# icon = "nix-snowflake-white";
|
||||
# };
|
||||
# }
|
||||
# ];
|
||||
# }
|
||||
# ];
|
||||
|
||||
kwin = {
|
||||
edgeBarrier = 0;
|
||||
cornerBarrier = false;
|
||||
};
|
||||
|
||||
spectacle.shortcuts = {
|
||||
captureRectangularRegion = "Meta+Shift+S";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue