File: State.plist

package info (click to toggle)
wlmaker 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 7,696 kB
  • sloc: ansic: 58,587; xml: 1,424; python: 1,400; cpp: 253; yacc: 118; sh: 73; lex: 70; makefile: 8
file content (43 lines) | stat: -rw-r--r-- 819 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  Dock = {
    Output = {
      Name = "*";
    };
    Edge = RIGHT;
    Anchor = TOP;
    Launchers = (
      {
        CommandLine = "/usr/bin/foot";
        Icon = "terminal-48x48.png";
      },
      {
        CommandLine = "/usr/bin/google-chrome --enable-features=UseOzonePlatform --ozone-platform=wayland";
        Icon = "chrome-48x48.png";
      },
      {
        CommandLine = "MOZ_ENABLE_WAYLAND=1 /usr/bin/firefox";
        Icon = "firefox-48x48.png";
      }
    );
  };
  Clip = {
    Output = {
      Name = "*";
    };
    Edge = BOTTOM;
    Anchor = RIGHT;
  };
  Workspaces = (
    {
        Name = Main;
    },
    {
        Name = Second;
    },
    {
        Name = Third;
        // Color is optional here, overrides the style's BackgroundColor.
        Color = "argb32:ff508050";
    },
  );
}