dwm is written in C ... no automatic refresh .. you want to configure? then you must compile :)
dwm has remained simple ..virgin i would say: virgin from any gadget and other options that slow down environment and ultimately affect the performance of the computer and the user, while it was not the primary idea.
dwm is distributed by suckless.org Dedicated to software that sucks less ... and adopts the KISS philosophy.
dwm is fully controllable from the keyboard but can also make good use of your mouse (moving clients, resize on the fly ..).
i have to admit ... it's my favorite session :)
DWM is a tiling window manager, it displays your windows (clients) so that they occupy the entire surface of the desk (tags). occupied tags are indicated by a small square. clients are organized in different ways (layouts) to optimize the visibility of your applications. layouts are organized around the Master (main zone) and Stack (stacking area from other clients).
dwm is launched from the ~/bin/start/dwm_start.sh script.
to modify startup applications, simply edit this file:
dwm_reloaded session is organized with different elements:
to configure conky, you have to edit its conkyrc:
to configure fbpanel, edit its configuration file
if you want to add plugins, please visit the dedicated page.
dwm does not have a configuration file, if you want to change behavior, you must recompile dwm from source. an archive containing the sources fr/us is located in /usr/share/livarp/sources.
a mini tutorial explains the process at the end of this page.
dwm is fully controllable from the keyboard: control, launchers, navigation, tags and clients manipulation...
keybinds/mousebinds are defined in the config.h file from sources when compiling. Some applications are configured to open in specific tags
this process may seem dark or scary but it is very simple: the goal is to build the executable file "dwm" from source. sources are recovered, they are modified, then we apply the famous "make/sudo make install/make clean" and voila :). an archive containing these sources is available in your / usr/share/livarp/sources/dwm-6.1-reloaded.zip.
cd ~/tmp
cp /usr/share/livarp/sources/dwm_reloaded_l4.tgz .
extract dwm_reloaded_l4.tgz
cd dwm_reloaded_l4/fr
vim config.h
or
geany config.h
make
sudo make install
make clean
your new dwm release is installed, to reload dwm, Ctrl+Alt+r
/* dwm_reloaded for livarp_0.4 based on dwm_6.1 * patches & mods : * attachabove http://dwm.suckless.org/patches/attachabove * bottomstack http://dwm.suckless.org/patches/bottom_stack * float_border_color http://dwm.suckless.org/patches/float_border_color * push up/down http://dwm.suckless.org/patches/push * pertag http://dwm.suckless.org/patches/pertag * scratchpad https://github.com/ok100/dwm/blob/master/03-dwm-6.0-scratchpad-stay.diff * cycle-layout https://bbs.archlinux.org/viewtopic.php?id=103402 * ansistatuscolors http://dwm.suckless.org/patches/ansistatuscolors * view_prev/next_tag forum post * urgent_tag color http://www.mail-archive.com/dwm@suckless.org/msg06657.html */