Dwm: Difference between revisions

imported>Hypnosis2839
Creating override: simplify override
imported>Hypnosis2839
m clean up formatting
Line 4: Line 4:
== Installation ==
== Installation ==


Enable <code>dwm</dwm> in your system configuration:
Enable <code>dwm</code> in your system configuration:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
services.xserver.windowManager.dwm.enable = true;
services.xserver.windowManager.dwm.enable = true;
</syntaxhighlight>
</syntaxhighlight>


== Creating override ==
== Creating override ==
Line 29: Line 28:
     })
     })
   ];
   ];
}
};
</syntaxhighlight>
</syntaxhighlight>


== See also ==
== See also ==
[https://nixos.wiki/wiki/St st]
* [https://nixos.wiki/wiki/St st]
 
* [https://tools.suckless.org/dmenu/ DMenu]
[https://tools.suckless.org/dmenu/ DMenu]


[[Category:Window managers]]
[[Category:Window managers]]
[[Category:Applications]]
[[Category:Applications]]