]> git.sur5r.net Git - i3/i3/commitdiff
Install welcome message, display it in default config
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 6 Nov 2009 16:46:34 +0000 (17:46 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 6 Nov 2009 16:46:34 +0000 (17:46 +0100)
Makefile
i3.config

index 6e32ac4a8ca92de780d3b6d6499876047fafaa61..a2b9e2355e53863c457a970bc539c8a911f149f1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ install: all
        $(INSTALL) -d -m 0755 $(DESTDIR)/usr/share/xsessions
        $(INSTALL) -m 0755 i3 $(DESTDIR)/usr/bin/
        test -e $(DESTDIR)/etc/i3/config || $(INSTALL) -m 0644 i3.config $(DESTDIR)/etc/i3/config
+       $(INSTALL) -m 0644 i3.welcome $(DESTDIR)/etc/i3/welcome
        $(INSTALL) -m 0644 i3.desktop $(DESTDIR)/usr/share/xsessions/
        $(MAKE) TOPDIR=$(TOPDIR) -C i3-msg install
        $(MAKE) TOPDIR=$(TOPDIR) -C i3-input install
index 9acd7060ae5eec591a3300faf666d20a8bfa2ad2..6b429632ec6ac3889ed6b728815c51367fcf943a 100644 (file)
--- a/i3.config
+++ b/i3.config
@@ -120,3 +120,8 @@ bind Mod1+Shift+26 exit
 
 # Mod1+Shift+r restarts i3 inplace
 bind Mod1+Shift+27 restart
+
+#############################################################
+# DELETE THE FOLLOWING LINES TO DISABLE THE WELCOME MESSAGE #
+#############################################################
+exec xmessage -file /etc/i3/welcome