diff options
Diffstat (limited to 'md/writeup/dwm_desktop_environment.md')
-rw-r--r-- | md/writeup/dwm_desktop_environment.md | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/md/writeup/dwm_desktop_environment.md b/md/writeup/dwm_desktop_environment.md new file mode 100644 index 0000000..47a0951 --- /dev/null +++ b/md/writeup/dwm_desktop_environment.md @@ -0,0 +1,64 @@ +title:DWM desktop environment +keywords:dwm,pertag,pango,systemtray + +# DWM desktop environment + +## INTRO + +DWM is minimalistic tiling manager it contain only few thousand lines of +code. It main idea is to be simple as possible and usable as possible. +It has only minimal features and if you want to extend it you need to +edit dwm C source config file or add some patches from dwm project +web page. You dont need to use mouse to use dwm all actions can be done +with keyboard. + +## GOAL + +Make dwm fork with some useful minimalistic stuff like dwmstatus +program that show system statuses. And allow to switch on/off dwm +patches with linux kernel menuconfig(without menuconfig everything +works). +Next thing to add is some minimalistic screenlock, screensaver +and login. At then end there could be minimalistic "suckless" desktop +environment with all things needed. All parts are as separate +repositories and can be used independently. + +## CHANGELOG +### [2014.07.10] +dwmstatus +[+]add temperature status +[+]add current CPU usage status +[+]add battery/AC status + +### [2014.07.03] +dwm branch 6.0 +[+] added pango patch +[+] added systemtray patch +[+] added pertag patch +[+] menuconfig support +dwmstatus +[+] added time status +[+] added date status +[+] menuconfig support + + +## Links +http://dwm.suckless.org/ +http://dwm.suckless.org/dwmstatus/ +http://dwm.suckless.org/patches/ +https://github.com/FreeArtMan/dwm-fancy +https://github.com/FreeArtMan/dwmstatus-fancy +https://www.kernel.org/ +http://en.wikipedia.org/wiki/Menuconfig + +## Downloads +dwmstatus-fancy-0.1.tar.gz - +105KiB - http://archive.main.lv/files/writeup/dwm_desktop_environment/dwmstatus-fancy-0.1.tar.gz +dwm-fancy-0.1.tar.gz - +28KiB - http://archive.main.lv/files/writeup/dwm_desktop_environment/dwm-fancy-0.1.tar.gz + +## Images + +<a href=/img/dwm/dwm-0.1.png width="250"><img src="http://main.lv/img/dwm/dwm-0.1.png" style="width:40%" alt="dwm workspace"></a> +<a href=/img/dwm/dwm-fancy-0.1.png width="250"><img src="http://main.lv/img/dwm/dwm-fancy-0.1.png" style="width:40%" alt="dwm workspace"></a> +<a href=/img/dwm/dwmstatus-fancy-0.1.png width="250"><img src="http://main.lv/img/dwm/dwmstatus-fancy-0.1.png" style="width:40%" alt="dwm workspace"></a>
\ No newline at end of file |