mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
wm: Remove discord's bar
This commit is contained in:
parent
32c9cc179f
commit
e36ab4dcfc
1 changed files with 8 additions and 3 deletions
11
wm/sway.nix
11
wm/sway.nix
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue