diff --git a/desktop/hyprland.nix b/desktop/hyprland.nix index 8bec726..7ddf4c1 100644 --- a/desktop/hyprland.nix +++ b/desktop/hyprland.nix @@ -140,7 +140,6 @@ "$mainMod, M, exit," "$mainMod, V, togglefloating," "$mainMod, SPACE, exec, $menu" - "$mainMod, P, fullscreen" "$mainMod, F, exec, $browser" "$mainMod, TAB, focuscurrentorlast" @@ -185,6 +184,8 @@ "$mainMod SHIFT, D, movetoworkspace, discord" "$mainMod , S, workspace, steam" "$mainMod SHIFT, S, movetoworkspace, steam" + "$mainMod , P, workspace, spotify" + "$mainMod SHIFT, P, movetoworkspace, spotify" # Scroll through existing workspaces with mainMod + scroll "$mainMod, mouse_up, workspace, e+1" @@ -241,6 +242,11 @@ "match:class" = "steam"; workspace = "name:steam"; } + { + name = "spotify"; + "match:class" = "Spotify"; + workspace = "name:spotify"; + } ]; }; diff --git a/home.nix b/home.nix index 282639d..c1157f7 100644 --- a/home.nix +++ b/home.nix @@ -37,6 +37,7 @@ "1password" "discord" "obsidian" + "spotify" ]; home.packages = with pkgs; [ @@ -49,6 +50,7 @@ nixfmt obsidian prismlauncher + spotify thunderbird tree wl-clipboard