move firefox startup on login to the script starting keepass, so that firefox is started after keepass
This commit is contained in:
@@ -35,7 +35,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
|
||||||
|
|
||||||
workspace = 1,name:web, default:true
|
workspace = 1,name:web, default:true
|
||||||
workspace = 2,name:files
|
workspace = 2,name:files
|
||||||
|
|||||||
@@ -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