public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-wm/dwm/files: dwm-session2
@ 2009-02-08 23:08 Cedric Krier (cedk)
  0 siblings, 0 replies; 2+ messages in thread
From: Cedric Krier (cedk) @ 2009-02-08 23:08 UTC (permalink / raw
  To: gentoo-commits

cedk        09/02/08 23:08:38

  Added:                dwm-session2
  Log:
  Version bump
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-hardened-r3 i686)

Revision  Changes    Path
1.1                  x11-wm/dwm/files/dwm-session2

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/dwm/files/dwm-session2?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/dwm/files/dwm-session2?rev=1.1&content-type=text/plain

Index: dwm-session2
===================================================================
#!/bin/sh
DIR=${HOME}/.dwm
if [ -f "${DIR}"/dwmrc ]; then
	/bin/sh "${DIR}"/dwmrc &
else
	(while true; do
		echo `date`
		sleep 1
	done)&
fi
exec /usr/bin/dwm






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-wm/dwm/files: dwm-session2
@ 2009-02-11 23:32 Cedric Krier (cedk)
  0 siblings, 0 replies; 2+ messages in thread
From: Cedric Krier (cedk) @ 2009-02-11 23:32 UTC (permalink / raw
  To: gentoo-commits

cedk        09/02/11 23:32:57

  Modified:             dwm-session2
  Log:
  Fix dwm-session2 to use xsetroot for bug #258564
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-hardened-r3 i686)

Revision  Changes    Path
1.2                  x11-wm/dwm/files/dwm-session2

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/dwm/files/dwm-session2?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/dwm/files/dwm-session2?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/dwm/files/dwm-session2?r1=1.1&r2=1.2

Index: dwm-session2
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/dwm/files/dwm-session2,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dwm-session2	8 Feb 2009 23:08:38 -0000	1.1
+++ dwm-session2	11 Feb 2009 23:32:57 -0000	1.2
@@ -3,9 +3,9 @@
 if [ -f "${DIR}"/dwmrc ]; then
 	/bin/sh "${DIR}"/dwmrc &
 else
-	(while true; do
-		echo `date`
+	while true; do
+		xsetroot -name "`date`"
 		sleep 1
-	done)&
+	done &
 fi
 exec /usr/bin/dwm






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-11 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-11 23:32 [gentoo-commits] gentoo-x86 commit in x11-wm/dwm/files: dwm-session2 Cedric Krier (cedk)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-08 23:08 Cedric Krier (cedk)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox