Compare commits

...

3 Commits

Author SHA1 Message Date
becdb1b8c0 fix typo in ci 2025-08-31 20:51:17 +02:00
2bc9a18a72 quic commit 2025-08-31 20:51:17 +02:00
bdb1a66c4b set HYPRLAND_INSTANCE_SIGNATURE 2025-08-31 20:51:17 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -70,8 +70,7 @@ jobs:
password: ${{ secrets.GARRISON_DOCKER_PASSWORD }} password: ${{ secrets.GARRISON_DOCKER_PASSWORD }}
script: | script: |
cd monitor-im-flur cd monitor-im-flur
echo "Deploying Docker container..." export HYPRLAND_INSTANCE_SIGNATURE=$(hyprctl instances -j | jq '.[0].instance' | tr -d "'\"")
$HYPRLAND_INSTANCE_SIGNATURE
hyprctl dispatch exec 'pkill firefox' hyprctl dispatch exec 'pkill firefox'
hyprctl dispatch exec 'firefox -kiosk localhost:9123' hyprctl dispatch exec 'firefox -kiosk localhost:9123'
git clean -dfx git clean -dfx

View File

@@ -4,6 +4,7 @@ import imposter from "/img/imposter.png";
import style from "./style.module.css"; import style from "./style.module.css";
type Amogus = { type Amogus = {
key: string;
isImposter: boolean; isImposter: boolean;
posX: number; posX: number;
posY: number; posY: number;