switch to normal discord, fixes flickering on wayland

This commit is contained in:
Kopatz
2025-02-26 17:12:47 +01:00
parent ebc0e9d4c6
commit dcac47156e
6 changed files with 13 additions and 22 deletions

View File

@@ -286,11 +286,13 @@ in {
"${pkgs.hyprshade}/bin/hyprshade auto"
"dex --autostart --environment Hyprland"
"${pkgs.hypridle}/bin/hypridle &"
"sleep 3 && ${pkgs.waybar}/bin/waybar &"
#"${pkgs.dunst}/bin/dunst &"
] ++ lib.lists.optionals (osConfig.networking.hostName == "kop-pc") [
"[workspace 9 silent] discord"
"[workspace 9 silent] discordcanary"
"[workspace 10 silent] firefox"
] ++ [
"sleep 3 && ${pkgs.waybar}/bin/waybar &"
];
};
extraConfig = let