summaryrefslogtreecommitdiff
path: root/md/writeup/dwm_desktop_environment.md
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2021-05-27 20:06:47 +0100
committerFreeArtMan <dos21h@gmail.com>2021-05-27 20:06:47 +0100
commite63ed8a651e5246f8698a9c1c3e540029710d0e9 (patch)
treecfd58d80345f17dc9f458bad88181811a89b3592 /md/writeup/dwm_desktop_environment.md
parent9b9586b559edb387af804c52d2b593b711ce98be (diff)
downloadmd-content-e63ed8a651e5246f8698a9c1c3e540029710d0e9.tar.gz
md-content-e63ed8a651e5246f8698a9c1c3e540029710d0e9.zip
Update 10 articles from html to md
Diffstat (limited to 'md/writeup/dwm_desktop_environment.md')
-rw-r--r--md/writeup/dwm_desktop_environment.md64
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