From 16188f9070338fea604185ecb355d3b1031b6e35 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Fri, 28 Nov 2025 18:13:10 -0800 Subject: [PATCH] Fix init --- init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init b/init index bdd79ec..623b94e 100755 --- a/init +++ b/init @@ -23,7 +23,7 @@ function spawn () { riverctl spawn "${${@}}" } function sd-spawn () { - riverctl spawn "systemd-run --user --ignore-failure -- %{%{@}}" + riverctl spawn "systemd-run --user --G -- %{%{@}}" } local SCRIPT_DIR="${HOME}/scripts/" local RIVER_CONFIG="${HOME}/.config/river/config/" @@ -31,8 +31,8 @@ local RIVER_CONFIG="${HOME}/.config/river/config/" local mod=Super # Some standard programs +nmap ${mod} R spawn 'systemd-run --user -G --scope fuzzel --launch-prefix="systemd-run --user -G --"' nmap ${mod}+Shift Return sd-spawn 'kitty -1' -nmap ${mod} R sd-spawn 'fuzzel' nmap ${mod}+Shift E sd-spawn 'emacsclient -nc' nmap ${mod}+Shift B sd-spawn 'mullvad-browser' # nmap ${mod}+Shift D spawn 'gtk-pipe-viewer'