Remove webcord and whatsapp-for-linux, remove chat workspace
This commit is contained in:
parent
9065b4a9e0
commit
132a56dea5
|
@ -91,8 +91,8 @@
|
|||
"desc:${secondary},1920x1080@144,0x140,1.0,vrr,2"
|
||||
];
|
||||
workspace = [
|
||||
"3, monitor:desc:${secondary}"
|
||||
"7, monitor:desc:${primary}"
|
||||
"2, monitor:desc:${secondary}"
|
||||
"6, monitor:desc:${primary}"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -42,9 +42,7 @@
|
|||
zotero
|
||||
evince
|
||||
libreoffice
|
||||
webcord
|
||||
signal-desktop
|
||||
whatsapp-for-linux
|
||||
teams-for-linux
|
||||
nomachine-client
|
||||
];
|
||||
|
@ -222,27 +220,6 @@
|
|||
figure.autolayout: True
|
||||
savefig.dpi: 300
|
||||
'';
|
||||
# WhatsApp config
|
||||
"whatsapp-for-linux/settings.conf" =
|
||||
let
|
||||
inherit (config.lib.stylix.colors) variant;
|
||||
in
|
||||
{
|
||||
force = true;
|
||||
text = ''
|
||||
[web]
|
||||
allow-permissions=true
|
||||
hw-accel=2
|
||||
|
||||
[general]
|
||||
notification-sounds=true
|
||||
close-to-tray=true
|
||||
start-in-tray=true
|
||||
|
||||
[appearance]
|
||||
prefer-dark-theme=${if variant == "dark" then "true" else "false"}
|
||||
'';
|
||||
};
|
||||
"teams-for-linux/config.json" = {
|
||||
force = true;
|
||||
text = builtins.toJSON {
|
||||
|
@ -257,8 +234,6 @@
|
|||
# Autostart some programs
|
||||
"autostart/signal-desktop.desktop".source =
|
||||
"${pkgs.signal-desktop}/share/applications/signal-desktop.desktop";
|
||||
"autostart/com.github.eneshecan.WhatsAppForLinux.desktop".source =
|
||||
"${pkgs.whatsapp-for-linux}/share/applications/com.github.eneshecan.WhatsAppForLinux.desktop";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -260,11 +260,10 @@
|
|||
|
||||
# Workspace rules
|
||||
"workspace 2, (firefox)" # Browser
|
||||
"workspace 3, (WebCord|signal|whatsapp-for-linux|teams-for-linux|twinkle)" # Messaging
|
||||
"workspace 4, (org.musicbrainz.Picard|libreoffice|soffice|Zotero)(.*)" # Files
|
||||
"workspace 5, (com.obsproject.Studio|Nxplayer.bin)" # Remote
|
||||
"workspace 6, (org.freecad.FreeCAD|PrusaSlicer)" # 3D Printing
|
||||
"workspace 7, (steam|steam_app|gamescope|lutris|org.prismlauncher.PrismLauncher|org.libretro.RetroArch)" # Gaming
|
||||
"workspace 3, (org.musicbrainz.Picard|libreoffice|soffice|Zotero)(.*)" # Files
|
||||
"workspace 4, (com.obsproject.Studio|Nxplayer.bin)" # Remote
|
||||
"workspace 5, (org.freecad.FreeCAD|PrusaSlicer)" # 3D Printing
|
||||
"workspace 6, (steam|steam_app|gamescope|lutris|org.prismlauncher.PrismLauncher|org.libretro.RetroArch)" # Gaming
|
||||
|
||||
# PrismLauncher / Minecraft
|
||||
"float, org.prismlauncher.PrismLauncher"
|
||||
|
|
|
@ -42,12 +42,17 @@
|
|||
format-icons = {
|
||||
"1" = "";
|
||||
"2" = "";
|
||||
"3" = "";
|
||||
"4" = "";
|
||||
"5" = "";
|
||||
"6" = "";
|
||||
"7" = "";
|
||||
default = "";
|
||||
"3" = "";
|
||||
"4" = "";
|
||||
"5" = "";
|
||||
"6" = "";
|
||||
"7" = "";
|
||||
"8" = "";
|
||||
"9" = "";
|
||||
"10" = "";
|
||||
"11" = "";
|
||||
"12" = "";
|
||||
default = "";
|
||||
};
|
||||
all-outputs = false;
|
||||
persistent-workspaces = {
|
||||
|
@ -57,7 +62,6 @@
|
|||
"4" = [ ];
|
||||
"5" = [ ];
|
||||
"6" = [ ];
|
||||
"7" = [ ];
|
||||
};
|
||||
};
|
||||
mpris = {
|
||||
|
|
Loading…
Reference in a new issue