diff options
| author | caley <u65487754@gmail.com> | 2026-06-24 15:47:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-24 15:47:43 +0200 |
| commit | 3ec349f7d78ecb8341e19fc8c01984aba15e6309 (patch) | |
| tree | fe0a2507b5549c05ac6c8cc1c1981c8d5f1ee8e4 | |
| parent | 4d1612e5ccde3a107a57c1076f0cb6b55babd239 (diff) | |
Update qksh.nix
| -rw-r--r-- | nixos/mdls/qksh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/mdls/qksh.nix b/nixos/mdls/qksh.nix index ea283e3..433fc89 100644 --- a/nixos/mdls/qksh.nix +++ b/nixos/mdls/qksh.nix @@ -157,7 +157,7 @@ ] property var masterBarItems: [{ label: "position", sub: "barPosition" }, { label: "layout", sub: "barLayout" }, { label: "mode", sub: "barMode" }, { label: "look", sub: "barLook" }] property var masterBarPositionItems: [{ label: "top", barPos: "top" }, { label: "bottom", barPos: "bottom" }] - property var masterBarLayoutItems: [{ label: "minimal", barLyt: "minimal" }] + property var masterBarLayoutItems: [{ label: "minimal", barLyt: "minimal" }, { label: "full", barLyt: "full" }] property var masterBarModeItems: [{ label: "performance", centerLyt: "performance" }, { label: "default", centerLyt: "default" }] property var masterBarLookItems: [{ label: "float", barLook: "float" }, { label: "fill", barLook: "fill" }] property var masterWpItems: [] |
