fixing some typos
This commit is contained in:
parent
a85564c0ec
commit
5c8bdec1cb
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
imports = [ <plasma-manager/modules> ];
|
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
workspace = {
|
workspace = {
|
||||||
|
@ -34,7 +33,7 @@
|
||||||
panels = [{
|
panels = [{
|
||||||
location = "bottom";
|
location = "bottom";
|
||||||
screen = "all";
|
screen = "all";
|
||||||
wigets = [
|
widgets = [
|
||||||
{
|
{
|
||||||
kickoff = {
|
kickoff = {
|
||||||
sortAlphabetically = true;
|
sortAlphabetically = true;
|
||||||
|
@ -79,7 +78,7 @@
|
||||||
captureActiveWindow = [ ];
|
captureActiveWindow = [ ];
|
||||||
captureCurrentMonitor = [ ];
|
captureCurrentMonitor = [ ];
|
||||||
captureEntireDesktop = [ ];
|
captureEntireDesktop = [ ];
|
||||||
captureRetangularRegion = [ ];
|
captureRectangularRegion = [ ];
|
||||||
captureWindowUnderCursor = [ ];
|
captureWindowUnderCursor = [ ];
|
||||||
launch = [ ];
|
launch = [ ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue