feat(homelab): add carpet & monitor keybinds

This commit is contained in:
2026-01-30 14:35:48 -08:00
parent bd4dd7ba23
commit 74909b9cd4
3 changed files with 13 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ resources:
minecraftServer:
eula: "TRUE"
type: "PAPER"
type: "FABRIC"
version: "1.21.11"
difficulty: hard
motd: "A Minecraft Server."
@@ -20,6 +20,15 @@ minecraftServer:
port: 25575
existingSecret: rcon-credentials
secretKey: rcon-password
modrinth:
projects:
- fabric-api
- tree-vein-miner
- lithium
- servux
- ferrite-core
- carpet
nodeSelector:
kubernetes.io/hostname: kube

View File

@@ -26,6 +26,7 @@ minecraftServer:
- lithium
- servux
- ferrite-core
- carpet
nodeSelector:
kubernetes.io/hostname: kube

View File

@@ -229,6 +229,8 @@
"$mod, p, exec, bash -c ~/dotfiles/scripts/project.sh"
"$mod SHIFT, k, exec, bash -c ~/dotfiles/scripts/layout.sh"
"$mod SHIFT, j, exec, fcitx5-remote -t"
"$mod CTRL, h, focusmonitor, l"
"$mod CTRL, l, focusmonitor, r"
"$mod, 0, workspace, 10"
"$mod SHIFT, 0, movetoworkspacesilent, 10"