diff options
| author | Andrew <admonty1@protonmail.com> | 2025-10-31 00:24:11 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-10-31 00:24:11 -0400 |
| commit | 547d8692c6ab823d0a0c86200dba33c0cdfdb03b (patch) | |
| tree | d39c34c11b30cdac78dac884e73dd6a283a00b67 /hyprland/hyprland.nix | |
| parent | Cleanup tmux (diff) | |
| download | nixos-547d8692c6ab823d0a0c86200dba33c0cdfdb03b.tar.gz nixos-547d8692c6ab823d0a0c86200dba33c0cdfdb03b.tar.bz2 nixos-547d8692c6ab823d0a0c86200dba33c0cdfdb03b.zip | |
cleanup tmux and hyprland startup
Diffstat (limited to '')
| -rw-r--r-- | hyprland/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyprland/hyprland.nix b/hyprland/hyprland.nix index 20f7208..ef7e70e 100644 --- a/hyprland/hyprland.nix +++ b/hyprland/hyprland.nix @@ -92,7 +92,7 @@ "waybar" "nm-applet --indicator" "/run/current-system/sw/libexec/polkit-gnome-authentication-agent-1" - "[workspace 1 silent] ghostty -e tmux attach -t dev || tmux new -s dev -c ~/dev" + "[workspace 1 silent] ghostty -e tmux attach" "[workspace 2 silent] librewolf" #"[workspace 3 silent] ghostty -e fish -c rmpc" "[workspace 3 silent] discord" |
