From 447ad9e12507fccef226397c2844e2e9404b0b0b Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Thu, 4 Dec 2025 14:11:26 -0800 Subject: [PATCH] Re-enable pcb2gcode, make itch window autoclose after startup since the application setting for it doesn't work, update monitoring dashboard url for streamdeck --- modules/application-groups/pcb-design.nix | 2 +- users/caperren/dotfiles/hyprland/hyprland-common.conf | 3 ++- users/caperren/dotfiles/streamdeck/.streamdeck_ui.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/application-groups/pcb-design.nix b/modules/application-groups/pcb-design.nix index f172cde..1758f81 100644 --- a/modules/application-groups/pcb-design.nix +++ b/modules/application-groups/pcb-design.nix @@ -2,7 +2,7 @@ { environment.systemPackages = with pkgs; [ kicad - #pcb2gcode + pcb2gcode ]; } diff --git a/users/caperren/dotfiles/hyprland/hyprland-common.conf b/users/caperren/dotfiles/hyprland/hyprland-common.conf index ed6551c..fb7e9b8 100644 --- a/users/caperren/dotfiles/hyprland/hyprland-common.conf +++ b/users/caperren/dotfiles/hyprland/hyprland-common.conf @@ -185,4 +185,5 @@ exec-once = sleep 5 && blueman-applet # Traditional bluetooth management tool exec-once = sleep 5 && streamdeck -n # Streamdeck management tool exec-once = sleep 5 && Telegram -startintray # Gotta keep in touch with peeps -exec-once = sleep 10 && itch \ No newline at end of file +exec-once = sleep 10 && itch +exec-once = sleep 15 && hyprctl dispatch closewindow 'title:itch' \ No newline at end of file diff --git a/users/caperren/dotfiles/streamdeck/.streamdeck_ui.json b/users/caperren/dotfiles/streamdeck/.streamdeck_ui.json index e12a2fe..9aee6d7 100644 --- a/users/caperren/dotfiles/streamdeck/.streamdeck_ui.json +++ b/users/caperren/dotfiles/streamdeck/.streamdeck_ui.json @@ -116,7 +116,7 @@ "icon": "/home/caperren/.config/streamdeck-ui/icons/unifi-camera-logo.png", "keys": "", "write": "", - "command": "google-chrome-stable --kiosk --start-fullscreen https://homeassistant.crestline.perren.cloud/house-dashboard/0?kiosk", + "command": "google-chrome-stable --kiosk --start-fullscreen http://192.168.1.36:8123/house-guest-bedroom-monitoring-dashboard", "brightness_change": 0, "switch_page": 0, "switch_state": 0,