From 563644b91c1f56bc08182819b14a373c22ea3a0d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 26 Jan 2021 16:32:42 +0200 Subject: [PATCH] comms.bash: separate Feneas into a profile too The default profile keeps logging me out with corrupted state, so I hope treating it as a separate profile fixes the issue. --- bash/comms.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/comms.bash b/bash/comms.bash index fea200e..dc04c44 100755 --- a/bash/comms.bash +++ b/bash/comms.bash @@ -51,7 +51,7 @@ fi (flatpak run io.github.Hexchat&) # Matrix -(flatpak run im.riot.Riot&) +(flatpak run im.riot.Riot --profile feneas&) (flatpak run im.riot.Riot --profile T2L&) (flatpak run im.riot.Riot --profile pirateriot&)