From 4ff9589e42859920c678732b993f19b6dea91b82 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 26 Oct 2025 17:14:12 -0400 Subject: stuff --- hyprland/hyprland.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hyprland/hyprland.nix') 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]" -- cgit v1.3.1