nix run github:yaocccc/dwm 下面是在 nixos configuration 中使用它的示例 {description="My configuration";inputs={nixpkgs.url="github:NixOS/nixpkgs/nixos-unstable";dwm.url="github:yaocccc/dwm";};outputs={nixpkgs,dwm,...}:{nixosConfigurations={hostname=nixpkgs.lib.nixosSystem{system="x86_64...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
config.mk drw.c drw.h dwm.1 dwm.c dwm.png shell.nix transient.c util.c util.h Repository files navigation README MIT license dwm - dynamic window manager === dwm is an extremely fast, small, and dynamic window manager for X. Requirements --- In order to build dwm...
url = "github:yaocccc/dwm"; }; outputs = { nixpkgs, dwm, ... }: { nixosConfigurations = { hostname = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ { nixpkgs.overlays = [ dwm.overlays.default ]; } ]; }; }; }; } 状态栏 请将每一个块置为下列样式, 可...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Luke's build of dwm (prone to push -f). Contribute to andros21/dwm development by creating an account on GitHub.
Contribute to chagel/dwm development by creating an account on GitHub.
Code Folders and files Latest commit History13 Commits dmenu dwm-bar dwm scripts st README.md Repository files navigation README dwm Example sources for DWM. Repo also includes dmenu and st sourcesAbout Sources for DWM dwm.suckless.org Resources Readme Activity Stars 0 stars Wat...
Repository files navigation README MIT license Installation git clone https://github.com/silverduckey/dwm.git .dwm cd ~/.dwm sudo make clean install The status bar is available through my build of slstatus.About No description, website, or topics provided. Resources Readme License MIT lice...
nix run github:yaocccc/dwm 下面是在 nixos configuration 中使用它的示例 { description = "My configuration"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; dwm.url = "github:yaocccc/dwm"; }; outputs = { nixpkgs, dwm, ... }: { nixosConfigurations = { hostname =...