add 1password to startups
This commit is contained in:
parent
e763ab2d15
commit
a8e2190128
1 changed files with 4 additions and 1 deletions
|
@ -42,7 +42,7 @@ exec --no-startup-id firefox
|
||||||
# start the auto run .desktop files
|
# start the auto run .desktop files
|
||||||
exec --no-startup-id dex-autostart --autostart --environment i3
|
exec --no-startup-id dex-autostart --autostart --environment i3
|
||||||
|
|
||||||
# Start redshift, becuase I like not being blinded at night
|
# Start redshift, because I like not being blinded at night
|
||||||
exec --no-startup-id redshift
|
exec --no-startup-id redshift
|
||||||
|
|
||||||
# Start thunderbird, because I guess I'm doing that again
|
# Start thunderbird, because I guess I'm doing that again
|
||||||
|
@ -53,3 +53,6 @@ exec --no-startup-id "i3-msg workspace $ws3"
|
||||||
|
|
||||||
# Start spotify from the stupid flatpak
|
# Start spotify from the stupid flatpak
|
||||||
exec --no-startup-id "/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=spotify --file-forwarding com.spotify.Client"
|
exec --no-startup-id "/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=spotify --file-forwarding com.spotify.Client"
|
||||||
|
|
||||||
|
# Start 1password
|
||||||
|
exec --no-startup-id "/usr/bin/1password"
|
||||||
|
|
Loading…
Reference in a new issue