wm: Remove discord's bar

This commit is contained in:
traxys 2025-04-16 12:22:26 +02:00
parent 32c9cc179f
commit e36ab4dcfc

View file

@ -293,9 +293,14 @@ in
wayland.windowManager.sway = {
enable = true;
extraConfig = mkIf (cfg.wallpaper != null) ''
output "*" bg ${cfg.wallpaper} fill
'';
extraConfig = mkMerge [
(mkIf (cfg.wallpaper != null) ''
output "*" bg ${cfg.wallpaper} fill
'')
''
for_window [app_id="discord"] border none
''
];
config = {
inherit startup;
inherit (cfg) modifier;