feat(homelab): add carpet & monitor keybinds
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -26,6 +26,7 @@ minecraftServer:
|
||||
- lithium
|
||||
- servux
|
||||
- ferrite-core
|
||||
- carpet
|
||||
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: kube
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user