From 3171184c74b0628ce0f7fd28e91f77821b696748 Mon Sep 17 00:00:00 2001 From: krizej Date: Wed, 21 Aug 2024 20:19:03 +0200 Subject: [PATCH] :-) --- modules/stuff/i3.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/stuff/i3.nix b/modules/stuff/i3.nix index 7185d12..d24d14e 100644 --- a/modules/stuff/i3.nix +++ b/modules/stuff/i3.nix @@ -86,8 +86,8 @@ in { ++ optionals config.chuj.stuff.dunst.enable [{ command = "dunst &"; notification = false; }] ++ optionals config.chuj.stuff.flameshot.enable [{ command = "flameshot &"; notification = false; }] ++ optionals cfg.communicators.autostart [ - { command = "i3-msg \"workspace ${cfg.communicators.workspace}; append_layout ${../../files/i3_communicators_layout.json}\""; notification = false; } - { command = "discord &"; notification = false; } +# { command = "i3-msg \"workspace ${cfg.communicators.workspace}; append_layout ${../../files/i3_communicators_layout.json}\""; notification = false; } +# { command = "discord &"; notification = false; } { command = "element-desktop &"; notification = false; } ] ++ optionals config.chuj.stuff.mpd.enable [