Archived
1
0
Fork
You've already forked dwm
0
dynamic window manager
This repository has been archived on 2026年05月30日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • C 93.2%
  • Roff 4.7%
  • Makefile 2.1%
Find a file
2026年05月12日 12:24:17 +08:00
.gitignore Initial commit (refreshed) 2026年01月20日 22:44:09 +08:00
config.def.h Replace ncmpcpp with cmus 2026年05月12日 12:24:17 +08:00
config.mk Add dwm.desktop for display managers (XSession) 2026年04月26日 02:01:28 +08:00
drw.c Initial commit (refreshed) 2026年01月20日 22:44:09 +08:00
drw.h Initial commit (refreshed) 2026年01月20日 22:44:09 +08:00
dwm.1 Initial commit (refreshed) 2026年01月20日 22:44:09 +08:00
dwm.c Merge branch 'master' of https://git.suckless.org/dwm 2026年04月30日 23:31:25 +08:00
dwm.desktop Add dwm.desktop for display managers (XSession) 2026年04月26日 02:01:28 +08:00
LICENSE bump version to 6.7 2026年01月10日 11:31:44 +01:00
Makefile Add dwm.desktop for display managers (XSession) 2026年04月26日 02:01:28 +08:00
movestack.c Initial commit (refreshed) 2026年01月20日 22:44:09 +08:00
README.md Update statuscmd patch 2026年02月07日 12:51:19 +08:00
transient.c applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test driver 2011年07月29日 20:01:22 +02:00
util.c util.c: output function might override errno and thus affect perror() 2024年10月27日 20:10:07 +01:00
util.h sync drw.{c,h} from dmenu 2024年10月05日 13:06:08 +02:00

pinitik1906's fork of dwm

Dependencies

(If it does not build, you might need to install the *-devel packages also)

  • fontconfig
  • freetype
  • fribidi
  • libX11
  • libxcb
  • libXft
  • libXinerama

Patches

Install

git clone --depth 1 https://codeberg.org/pinitik1906/dwm.git "$HOME"/.local/share/usr/git/dwm
cd "$HOME"/.local/share/usr/git/dwm
sudo make clean install

Update

cd "$HOME"/.local/share/usr/git/dwm
git pull
sudo make clean install

Uninstall

cd "$HOME"/.local/share/usr/git/dwm
sudo make clean uninstall
cd "$HOME"
rm -rf "$HOME"/.local/share/usr/git/dwm

.Xresources

All of the available .Xresources options I found:

  • dwm.normbgcolor: -> normal background color
  • dwm.normfgcolor: -> normal foreground color
  • dwm.normbordercolor: -> normal border color
  • dwm.selbgcolor: -> selected background color
  • dwm.selfgcolor: -> selected foreground color
  • dwm.selbordercolor: -> selected border color
  • dwm.color: -> available color palette: color0, color1, color2, color3, color4, color5, color6, color7, color8, color9, color10, color11, color12, color13, color14, color15