From 5cf531896110b3f0810f8dededfdd243caf3ea7d Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Tue, 5 Aug 2025 22:34:22 +0200 Subject: [PATCH] move firefox startup on login to the script starting keepass, so that firefox is started after keepass (cherry picked from commit 6f61f88c83cc215aaa50dbdd4c18b48469806e21) --- .config/hypr/hyprland.conf | 3 ++- bin/keep.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 972b4e6..6e8d8e6 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -34,6 +34,7 @@ exec-once=hyprctl setcursor Bibata-Modern-Classic 48 exec-once=waybar exec-once=wpaperd exec-once=/usr/lib/polkit-kde-authentication-agent-1 +#exec-once=[workspace 1] firefox exec-once=[workspace 1] firefox #apps exec-once=~/bin/startup.sh @@ -159,7 +160,7 @@ bind = $mainMod, W, killactive, bind = $mainMod, M, exit, bind = $mainMod, E, exec, nemo bind = $mainMod, Y, exec, copyq toggle -bind = $mainMod SHIFT, n, exec, swaync-client -t -sw +bind = $mainMod, A, exec, swaync-client -t -sw bind = $mainMod, V, togglefloating, bind = $mainMod, space, exec, fuzzel #bind = $mainMod, space, exec, wofi --show drun diff --git a/bin/keep.sh b/bin/keep.sh index 762558a..7f95a91 100755 --- a/bin/keep.sh +++ b/bin/keep.sh @@ -1,3 +1,5 @@ #!/bin/bash source ~/keepass.env echo $KEEPWD|keepassxc --pw-stdin --keyfile /home/thierry/Nextcloud/keepass_key_2025.keyx /home/thierry/Nextcloud/keepass_vault.kdbx +sleep 1 +firefox &