Add whatsapp-for-linux back with config
This commit is contained in:
parent
996b42b3df
commit
561d2e47ac
|
@ -31,6 +31,7 @@
|
||||||
fractal
|
fractal
|
||||||
webcord
|
webcord
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
whatsapp-for-linux
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
twinkle
|
twinkle
|
||||||
nomachine-client
|
nomachine-client
|
||||||
|
@ -188,16 +189,35 @@
|
||||||
early_exit=false
|
early_exit=false
|
||||||
fill_shape=false
|
fill_shape=false
|
||||||
'';
|
'';
|
||||||
|
# WhatsApp config
|
||||||
|
"whatsapp-for-linux/settings.conf" = {
|
||||||
|
force = true;
|
||||||
|
text = ''
|
||||||
|
[web]
|
||||||
|
allow-permissions=true
|
||||||
|
hw-accel=2
|
||||||
|
|
||||||
|
[general]
|
||||||
|
notification-sounds=true
|
||||||
|
close-to-tray=true
|
||||||
|
start-in-tray=true
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
# Teams config
|
||||||
|
"teams-for-linux/config.json" = {
|
||||||
|
force = true;
|
||||||
|
text = builtins.toJSON {
|
||||||
|
awayOnSystemIdle = true;
|
||||||
|
closeAppOnCross = false;
|
||||||
|
followSystemTheme = true;
|
||||||
|
notificationMethod = "electron";
|
||||||
|
optInTeamsV2 = true;
|
||||||
|
spellCheckerLanguages = [ "en_GB" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
# Autostart some programs
|
# Autostart some programs
|
||||||
"autostart/signal-desktop.desktop".source = "${pkgs.signal-desktop}/share/applications/signal-desktop.desktop";
|
"autostart/signal-desktop.desktop".source = "${pkgs.signal-desktop}/share/applications/signal-desktop.desktop";
|
||||||
"teams-for-linux/config.json".text = builtins.toJSON {
|
"autostart/com.github.eneshecan.WhatsAppForLinux.desktop".source = "${pkgs.whatsapp-for-linux}/share/applications/com.github.eneshecan.WhatsAppForLinux.desktop";
|
||||||
awayOnSystemIdle = true;
|
|
||||||
closeAppOnCross = false;
|
|
||||||
followSystemTheme = true;
|
|
||||||
notificationMethod = "electron";
|
|
||||||
optInTeamsV2 = true;
|
|
||||||
spellCheckerLanguages = [ "en_GB" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -243,7 +243,7 @@
|
||||||
|
|
||||||
# Workspace rules
|
# Workspace rules
|
||||||
"workspace 2, (firefox|nyxt|org.qutebrowser.qutebrowser)" # Browser
|
"workspace 2, (firefox|nyxt|org.qutebrowser.qutebrowser)" # Browser
|
||||||
"workspace 3, (signal|com.rtosta.zapzap|WebCord|teams-for-linux|twinkle)" # Messaging
|
"workspace 3, (signal|whatsapp-for-linux|WebCord|teams-for-linux|twinkle)" # Messaging
|
||||||
"workspace 4, (com.github.neithern.g4music)" # Music
|
"workspace 4, (com.github.neithern.g4music)" # Music
|
||||||
"workspace 5, (org.remmina.Remmina|Nxplayer.bin)" # Remote Desktop
|
"workspace 5, (org.remmina.Remmina|Nxplayer.bin)" # Remote Desktop
|
||||||
"workspace 6, (lutris|page.kramo.Cartridges|org.prismlauncher.PrismLauncher)" # Gaming
|
"workspace 6, (lutris|page.kramo.Cartridges|org.prismlauncher.PrismLauncher)" # Gaming
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
shopt -s extglob
|
shopt -s extglob
|
||||||
rm -rf ~/.config/!(dconf|protonmail|Signal)
|
rm -rf ~/.config/!(dconf|protonmail|Signal|whatsapp-for-linux)
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
"Nyxt - (.*)" = " $1";
|
"Nyxt - (.*)" = " $1";
|
||||||
"(.*) - Chromium" = " $1";
|
"(.*) - Chromium" = " $1";
|
||||||
"(Signal.*)" = " $1";
|
"(Signal.*)" = " $1";
|
||||||
"(ZapZap.*)" = " $1";
|
"(WhatsApp for Linux.*)" = " $1";
|
||||||
"((?:.*)WebCord.*)" = " $1";
|
"((?:.*)WebCord.*)" = " $1";
|
||||||
"(Cartridges.*)" = " $1";
|
"(Cartridges.*)" = " $1";
|
||||||
"([Ss]team.*)" = " $1";
|
"([Ss]team.*)" = " $1";
|
||||||
|
|
Loading…
Reference in a new issue