Compare commits

...

2 Commits

Author SHA1 Message Date
Aminda Suomalainen 36f433f35b
chromium/managed: add enable-labs.json
I have decided that I want it anyway and unlike before, now it has its own file so I can decide to leave it alone on shared devices
2024-04-15 21:08:56 +03:00
Aminda Suomalainen 31ecb3ef55
sway: reduce electrons by two, switch teams to browser 2024-04-15 18:07:46 +03:00
3 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,3 @@
{
"BrowserLabsEnabled": true
}