diff options
| author | Andrew <admonty1@protonmail.com> | 2025-10-26 17:14:12 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-10-26 17:14:12 -0400 |
| commit | 4ff9589e42859920c678732b993f19b6dea91b82 (patch) | |
| tree | 228426b42081b6076a88d43c5cb4f98bc8957e07 /hyprland/hyprland.nix | |
| parent | impurities for librewolf (diff) | |
| download | nixos-4ff9589e42859920c678732b993f19b6dea91b82.tar.gz nixos-4ff9589e42859920c678732b993f19b6dea91b82.tar.bz2 nixos-4ff9589e42859920c678732b993f19b6dea91b82.zip | |
stuff
Diffstat (limited to 'hyprland/hyprland.nix')
| -rw-r--r-- | hyprland/hyprland.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hyprland/hyprland.nix b/hyprland/hyprland.nix index 9a84485..dd098e7 100644 --- a/hyprland/hyprland.nix +++ b/hyprland/hyprland.nix @@ -42,9 +42,12 @@ "f[1], gapsout:0, gapsin:0" ]; exec-once = [ + "gnome-keyring-daemon --replace --start --components=pkcs11,secrets,ssh" "xrandr --output DP-3 --primary" "uwsm app -- waybar" - "[workspace 1 silent] uwsm app -- ghostty" + "nm-applet --indicator" + "/run/current-system/sw/libexec/polkit-gnome-authentication-agent-1" + "[workspace 1 silent] uwsm app -- ghostty -e tmux attach -t dev || tmux new -s dev -c ~/dev" "[workspace 2 silent] uwsm app -- librewolf" #"[workspace 3 silent] uwsm app -- ghostty -e fish -c rmpc" "[workspace 3 silent] uwsm app -- discord" @@ -55,6 +58,7 @@ windowrule = [ "workspace 3 silent, class:(discord)" "workspace 6 silent, class:(steam)" + "workspace 4 silent, class:(org.keepassxc.KeePassXC)" "bordersize 0, floating:0, onworkspace:w[tv1]" "rounding 0, floating:0, onworkspace:w[tv1]" |
