#dwm Articles


gnome-screensaver uses a lot of memory

Just checked out a memory useage script (because honestly I find top a but too complicated). I found one that looks good on asim.pk . The script is a nice little perl script. Just download it from the link and set chmod +x ps_mem.pl and you can run it …

  • 2011-03-18
  • it

DWM - start up script that works with GDM login manager

Goal: Be able to exit DWM and get back to the GDM - gnome login manager. To be able to hit MODKEY+SHIFT+Q, exit dwm and get me back to the login manager. Where I can chose another user or window manager. Or if I make a change in dwm …

DWM - not your average mainstream window manager

Have been playing around with a new window manager (new as in for me, I've only used fluxbox, kde and gnome before) called DWM - see more information on www.suckless.org. I'm running it on a T400 with RHEL6 (which uses gnome login manager - gde). Basically if you want to …

DWM editing the bar to show time

xrdb -merge ~/.Xresources while true; do # BAT=$(acpi | awk '{ print $4 }' | sed s/","//g) CLK=$( date +'%H:%M') # xsetroot -name "$BAT | $CLK" xsetroot -name "$CLK" sleep 1 done | while true; do ~/bin/dwm; done Hello from future Johan, the above also looks super weird. Think these days I just run …