mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
sway.conf: add sleeps where I think they may be needed for credentials managing or whatever
This commit is contained in:
parent
8636aaebe8
commit
c23cba37c3
@ -1,3 +1,3 @@
|
||||
# Finnish identity cards https://dvv.fi/en/card-reader-software
|
||||
# Requires `sudo systemctl enable --now pcscd` (one time operation)
|
||||
exec --no-startup-id DigiSignApplication
|
||||
exec --no-startup-id sleep 15 && DigiSignApplication
|
||||
|
@ -18,7 +18,7 @@ exec --no-startup-id foot --title=htop htop
|
||||
|
||||
# NetworkManager Applet.
|
||||
# Note: handle WiFi with iwd directly. Use this for ethernet or just 3G.
|
||||
#exec --no-startup-id nm-applet --indicator
|
||||
#exec --no-startup-id sleep 15 && nm-applet --indicator
|
||||
|
||||
# Mullvad GUI/tray
|
||||
#exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-gui"
|
||||
@ -32,13 +32,13 @@ exec --no-startup-id foot --title=htop htop
|
||||
#exec --no-startup-id fcitx
|
||||
|
||||
# KDE Connect daemon on Fedora
|
||||
#exec --no-startup-id /usr/libexec/kdeconnectd
|
||||
#exec --no-startup-id sleep 15 && /usr/libexec/kdeconnectd
|
||||
|
||||
# Google Drive etc. sync client
|
||||
exec --no-startup-id insync start
|
||||
exec --no-startup-id sleep 15 && insync start
|
||||
|
||||
# NextCloud client
|
||||
#exec --no-startup-id nextcloud --background
|
||||
#exec --no-startup-id sleep 15 && nextcloud --background
|
||||
# Artificial sleep here seems necessary workaround to avoid https://github.com/flathub/com.nextcloud.desktopclient.nextcloud/issues/76
|
||||
exec --no-startup-id sleep 15 && flatpak run com.nextcloud.desktopclient.nextcloud --background
|
||||
|
||||
@ -49,7 +49,7 @@ exec --no-startup-id blueman-applet
|
||||
exec --no-startup-id flatpak run com.rafaelmardojai.Blanket
|
||||
|
||||
# Syncthing GUI
|
||||
exec --no-startup-id flatpak run me.kozec.syncthingtk --home ~/.config/syncthing --minimized
|
||||
exec --no-startup-id sleep 15 && flatpak run me.kozec.syncthingtk --home ~/.config/syncthing --minimized
|
||||
|
||||
# Feedreader
|
||||
exec --no-startup-id flatpak run net.sourceforge.liferea --mainwindow-state=hidden
|
||||
exec --no-startup-id sleep 15 && flatpak run net.sourceforge.liferea --mainwindow-state=hidden
|
||||
|
Loading…
Reference in New Issue
Block a user