move firefox startup on login to the script starting keepass, so that firefox is started after keepass
(cherry picked from commit 6f61f88c83)
This commit is contained in:
@@ -34,6 +34,7 @@ exec-once=hyprctl setcursor Bibata-Modern-Classic 48
|
|||||||
exec-once=waybar
|
exec-once=waybar
|
||||||
exec-once=wpaperd
|
exec-once=wpaperd
|
||||||
exec-once=/usr/lib/polkit-kde-authentication-agent-1
|
exec-once=/usr/lib/polkit-kde-authentication-agent-1
|
||||||
|
#exec-once=[workspace 1] firefox
|
||||||
exec-once=[workspace 1] firefox
|
exec-once=[workspace 1] firefox
|
||||||
#apps
|
#apps
|
||||||
exec-once=~/bin/startup.sh
|
exec-once=~/bin/startup.sh
|
||||||
@@ -159,7 +160,7 @@ bind = $mainMod, W, killactive,
|
|||||||
bind = $mainMod, M, exit,
|
bind = $mainMod, M, exit,
|
||||||
bind = $mainMod, E, exec, nemo
|
bind = $mainMod, E, exec, nemo
|
||||||
bind = $mainMod, Y, exec, copyq toggle
|
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, V, togglefloating,
|
||||||
bind = $mainMod, space, exec, fuzzel
|
bind = $mainMod, space, exec, fuzzel
|
||||||
#bind = $mainMod, space, exec, wofi --show drun
|
#bind = $mainMod, space, exec, wofi --show drun
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
source ~/keepass.env
|
source ~/keepass.env
|
||||||
echo $KEEPWD|keepassxc --pw-stdin --keyfile /home/thierry/Nextcloud/keepass_key_2025.keyx /home/thierry/Nextcloud/keepass_vault.kdbx
|
echo $KEEPWD|keepassxc --pw-stdin --keyfile /home/thierry/Nextcloud/keepass_key_2025.keyx /home/thierry/Nextcloud/keepass_vault.kdbx
|
||||||
|
sleep 1
|
||||||
|
firefox &
|
||||||
|
|||||||
Reference in New Issue
Block a user