Compare commits
3
Commits
706a602e33
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8509f2ad1c | ||
|
|
92308d3147 | ||
|
|
6903aeec29 |
@@ -180,3 +180,5 @@ packages:
|
|||||||
- webstorm
|
- webstorm
|
||||||
- webstorm-jre
|
- webstorm-jre
|
||||||
- azure-cli
|
- azure-cli
|
||||||
|
- terraform
|
||||||
|
- postgresql-libs
|
||||||
|
|||||||
+33
-1
@@ -1,3 +1,6 @@
|
|||||||
|
local workspace_rules = {}
|
||||||
|
|
||||||
|
{{ if eq .chezmoi.hostname "ia-frank-xps13" -}}
|
||||||
hl.monitor({
|
hl.monitor({
|
||||||
output = "eDP-1",
|
output = "eDP-1",
|
||||||
scale = 1,
|
scale = 1,
|
||||||
@@ -18,7 +21,6 @@ hl.monitor({
|
|||||||
position = "-5120x0",
|
position = "-5120x0",
|
||||||
mode = "2560x1440@120"
|
mode = "2560x1440@120"
|
||||||
})
|
})
|
||||||
|
|
||||||
local workspace_rules = {
|
local workspace_rules = {
|
||||||
{ workspace = "6", monitor = "desc:Dell Inc. DELL U2724D 1CQFMF4", default = true, persistent = true },
|
{ workspace = "6", monitor = "desc:Dell Inc. DELL U2724D 1CQFMF4", default = true, persistent = true },
|
||||||
{ workspace = "7", monitor = "desc:Dell Inc. DELL U2724D 1CQFMF4", persistent = true },
|
{ workspace = "7", monitor = "desc:Dell Inc. DELL U2724D 1CQFMF4", persistent = true },
|
||||||
@@ -31,6 +33,36 @@ local workspace_rules = {
|
|||||||
{ workspace = "9", monitor = "eDP-1", default = true, persistent = true },
|
{ workspace = "9", monitor = "eDP-1", default = true, persistent = true },
|
||||||
{ workspace = "10", monitor = "eDP-1", persistent = true },
|
{ workspace = "10", monitor = "eDP-1", persistent = true },
|
||||||
}
|
}
|
||||||
|
{{- else if eq .chezmoi.hostname "arch-next" -}}
|
||||||
|
hl.monitor({
|
||||||
|
output = "desc:GIGA-BYTE TECHNOLOGY CO. LTD. M34WQ 0x00000B52",
|
||||||
|
scale = 1,
|
||||||
|
position = "0x0",
|
||||||
|
mode = "3440x1440@120",
|
||||||
|
})
|
||||||
|
|
||||||
|
hl.monitor({
|
||||||
|
output = "desc:Dell Inc. DELL U2724D DL7R834",
|
||||||
|
scale = 1,
|
||||||
|
position = "3440x0",
|
||||||
|
mode = "2560x1440@120",
|
||||||
|
})
|
||||||
|
|
||||||
|
hl.monitor({
|
||||||
|
output = "desc:Dell Inc. DELL U2414H 292K475V26JL",
|
||||||
|
scale = 1,
|
||||||
|
position = "760x-1080",
|
||||||
|
mode = "1920x1080@60",
|
||||||
|
})
|
||||||
|
local workspace_rules = {
|
||||||
|
{ workspace = "1", monitor = "desc:GIGA-BYTE TECHNOLOGY CO. LTD. M34WQ 0x00000B52", default = true, persistent = true},
|
||||||
|
{ workspace = "9", monitor = "desc:Dell Inc. DELL U2724D DL7R834", default = true, persistent = true},
|
||||||
|
{ workspace = "10", monitor = "desc:Dell Inc. DELL U2414H 292K475V26JL", default = true, persistent = true},
|
||||||
|
}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
for _, rule in ipairs(workspace_rules) do
|
for _, rule in ipairs(workspace_rules) do
|
||||||
hl.workspace_rule(rule)
|
hl.workspace_rule(rule)
|
||||||
end
|
end
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"credStore": "secretservice",
|
||||||
|
"auths": {},
|
||||||
|
"currentContext": "default",
|
||||||
|
"plugins": {
|
||||||
|
"-x-cli-hints": {
|
||||||
|
"enabled": "true"
|
||||||
|
},
|
||||||
|
"ai": {
|
||||||
|
"hooks": "build,buildx build,run,compose"
|
||||||
|
},
|
||||||
|
"compose": {
|
||||||
|
"hooks": "logs,compose logs,compose attach,compose up"
|
||||||
|
},
|
||||||
|
"debug": {
|
||||||
|
"hooks": "exec"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"features": {
|
||||||
|
"hooks": "true"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user