diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index a7112c7e..4ba6e084 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -95,6 +95,9 @@ "opacity 1.0 override,^(steam)$" # Sets opacity to 1 "noblur,^(codium)$" # disables blur for codium "opacity 0.9 override,^(codium)$" # Sets opacity to 1 + "stayfocused, title:^()$,class:^(steam)$" + "minsize 1 1, title:^()$,class:^(steam)$" + ]; bind = [ ''SUPER, Q, exec, kitty'' diff --git a/nixos/common/services/syncthing.nix b/nixos/common/services/syncthing.nix index 6466de9d..324e45c8 100644 --- a/nixos/common/services/syncthing.nix +++ b/nixos/common/services/syncthing.nix @@ -6,11 +6,11 @@ name = "win10-desktop"; id = "VDAEJGQ-RA7GAT5-KLA7SRL-X2CV2EG-RMRMD6Z-TFE36JA-2TBBQG2-ED346AL"; }; - "framework-server" = { + "framework-server" = { # The docker container, not the host name = "framework-server"; id = "ULRNA7N-Q7WTZR3-PDQW52W-IWT4UOG-ABF5RCT-W6XJXOW-WQTJIWR-GBFUJQR"; }; }; }; }; -} \ No newline at end of file +}