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 }}
script: |
cd monitor-im-flur
echo "Deploying Docker container..."
$HYPRLAND_INSTANCE_SIGNATURE
export HYPRLAND_INSTANCE_SIGNATURE=$(hyprctl instances -j | jq '.[0].instance' | tr -d "'\"")
hyprctl dispatch exec 'pkill firefox'
hyprctl dispatch exec 'firefox -kiosk localhost:9123'
git clean -dfx

View File

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