From 46fe453f279160eb193aa1de61f4e197ff1ccf46 Mon Sep 17 00:00:00 2001 From: pancakes Date: Mon, 10 Nov 2025 12:52:02 +1000 Subject: [PATCH] Setup ssh askpass through gcr-4 --- justfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index dde6d99..0488da2 100644 --- a/justfile +++ b/justfile @@ -88,7 +88,7 @@ kitty-terminal: [group("graphical")] niri-window-manager: @just _echowarning "1) Installing niri and related tools" - paru -S adw-gtk-theme brightnessctl cliphist fuzzel gdm gnome-keyring gtklock inter-font mako niri-git noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra overskride polkit-kde-agent poweralertd swaybg swayidle ttf-firacode-nerd ttf-font-awesome waybar wl-clipboard wlsunset wooz-git xdg-desktop-portal-gnome xwayland-satellite-git + paru -S adw-gtk-theme brightnessctl cliphist fuzzel gcr-4 gdm gnome-keyring gtklock inter-font mako niri-git noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra overskride polkit-kde-agent poweralertd swaybg swayidle ttf-firacode-nerd ttf-font-awesome waybar wl-clipboard wlsunset wooz-git xdg-desktop-portal-gnome xwayland-satellite-git @just _echowarning "\n2) Stowing niri config" stow niri @@ -97,8 +97,10 @@ niri-window-manager: stow mako stow waybar - @just _echowarning "\n3) Enabling GNOME display manager service" + @just _echowarning "\n3) Enabling services" sudo systemctl enable gdm + systemctl enable --user gcr-ssh-agent.socket + systemctl start --user gcr-ssh-agent.socket # Neovim text editor [group("essentials")]