diff --git a/modules/home/de/hyprland/keybinds.nix b/modules/home/de/hyprland/keybinds.nix index e4e6f81..e6bf1eb 100644 --- a/modules/home/de/hyprland/keybinds.nix +++ b/modules/home/de/hyprland/keybinds.nix @@ -93,11 +93,12 @@ bind = CONTROL, Print, exec, grimblast --notify --freeze copysave active # Special workspaces + bind = SUPER, Q, togglespecialworkspace, flake bind = SUPER, S, togglespecialworkspace, music bind = SUPER, D, togglespecialworkspace, chat - bind = SUPER, Q, togglespecialworkspace, flake bind = SUPER, M, togglespecialworkspace, monitor bind = SUPER, F, togglespecialworkspace, files + bind = SUPER, N, togglespecialworkspace, notes ''; }; } diff --git a/modules/home/de/hyprland/settings.nix b/modules/home/de/hyprland/settings.nix index 6960332..cd2aca7 100644 --- a/modules/home/de/hyprland/settings.nix +++ b/modules/home/de/hyprland/settings.nix @@ -89,11 +89,12 @@ # Large outer gaps on special workspaces "s[true], gapsout:60" + "special:flake, on-created-empty:kitty --directory ~/Projects/nixos-config" "special:music, on-created-empty:spotify" "special:chat, on-created-empty:discord" - "special:flake, on-created-empty:kitty --directory ~/Projects/nixos-config" "special:monitor, on-created-empty:kitty btop" "special:files, on-created-empty:nemo" + "special:notes, on-created-empty:obsidian" ]; exec-once = [ "[workspace special:monitor silent] kitty btop" ];