mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
sway: reduce electrons by two, switch teams to browser
This commit is contained in:
parent
8c748dd2d6
commit
31ecb3ef55
@ -1,11 +1,14 @@
|
||||
# Autostarting Progressive WebApps using Brave
|
||||
# Autostarting Progressive WebApps using brave
|
||||
# App IDs are theoretically the same globally
|
||||
|
||||
# Brave itself so it's already running when the PWAs start and may avoid
|
||||
# brave itself so it's already running when the PWAs start and may avoid
|
||||
# another race condition (the sleep is for VPN/DNS in addition to secrets
|
||||
# store).
|
||||
exec --no-startup-id sleep 30 && /usr/local/bin/brave --profile-directory=Default
|
||||
|
||||
# teams.microsoft.com/v2 TODO: comment this once I am released from it
|
||||
exec --no-startup-id sleep 45 && /usr/local/bin/brave --profile-directory=Default --app-id=nfecgfopkdiicnnmccikafaofaoffegm --app-run-on-os-login-mode=windowed
|
||||
|
||||
# chat.pikaviestin.fi
|
||||
exec --no-startup-id sleep 45 && /usr/local/bin/brave --profile-directory=Default --app-id=gnfnegplbndhneeicgmmlacdcafhbloj --app-run-on-os-login-mode=windowed
|
||||
|
||||
|
@ -20,15 +20,15 @@ exec --no-startup-id flatpak run im.dino.Dino --gapplication-service
|
||||
# Gajim nightly, also electronless XMPP
|
||||
#exec --no-startup-id flatpak run org.gajim.Gajim.Devel
|
||||
|
||||
# Instant messenger as email client
|
||||
exec --no-startup-id flatpak run chat.delta.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations
|
||||
# Instant messenger as email client. Electron.
|
||||
#exec --no-startup-id flatpak run chat.delta.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations
|
||||
|
||||
# Mattermost, I fear it's Electron.
|
||||
#exec --no-startup-id flatpak run com.mattermost.Desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations
|
||||
|
||||
# Microsoft Teams Electron Wrapper for Linux. Edge has decided to crash on
|
||||
# right click and I am currently forced to use Teams.
|
||||
exec --no-startup-id flatpak run com.github.IsmaelMartinez.teams_for_linux --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations
|
||||
#exec --no-startup-id flatpak run com.github.IsmaelMartinez.teams_for_linux --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations
|
||||
|
||||
# Lith, WeeChat Relay client. Sleeping so keyring has time to start first,
|
||||
# otherwise the NextCloud issue of starting too early on SSD happens
|
||||
|
Loading…
Reference in New Issue
Block a user