diff --git a/config/hypr/main.conf b/config/hypr/main.conf index 9240f9a..b4b59c7 100644 --- a/config/hypr/main.conf +++ b/config/hypr/main.conf @@ -36,8 +36,8 @@ exec-once = swayosd-server exec-once = swayidle -w lock $LOCK_PATH/lock.sh # Special window apps -exec-once = thunderbird # Win + T -exec-once = spot # Win + S +exec-once = thunderbird & sleep 5; hyprctl dispatch movetoworkspacesilent special:thunder,"^(thunderbird)$" +exec-once = spot & sleep 5; hyprctl dispatch movetoworkspacesilent special:spot,"^(dev.alextren.Spot)$" # Some default env vars. env = XCURSOR_SIZE,24 diff --git a/nixos/home/hyprland.nix b/nixos/home/hyprland.nix index 28cdb90..b5a31e2 100644 --- a/nixos/home/hyprland.nix +++ b/nixos/home/hyprland.nix @@ -23,7 +23,7 @@ in wayland.windowManager.hyprland = { enable = true; - package = (builtins.getFlake "github:horriblename/hyprgrass").inputs.hyprland.packages.x86_64-linux.default; + package = (builtins.getFlake "github:hyprwm/Hyprland").packages.x86_64-linux.default; plugins = [ "${(builtins.getFlake "github:horriblename/hyprgrass").packages.x86_64-linux.default}/lib/libhyprgrass.so"