]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

default XDG_CONFIG_HOME value
authormartin f. krafft <madduck@madduck.net>
Thu, 6 Apr 2017 09:11:45 +0000 (11:11 +0200)
committermartin f. krafft <madduck@madduck.net>
Thu, 6 Apr 2017 09:11:45 +0000 (11:11 +0200)
.xsession.d/50-awesomewm

index bbb8f553db963aa64ff84df142a4e8040b141267..4e2d3ab7fca02842dbc773e7f8e52620e90c7dd7 100644 (file)
@@ -1,15 +1,13 @@
 sleep 10 &
 sleeppid=$!
 
-set -x
-
 if [ -f ~/code/awesome/awesome ] && [ -x ~/code/awesome/awesome ]; then
   ~/code/awesome/awesome
 elif [[ -x =awesome ]]; then
   if awesome --check; then
     awesome --no-argb
   else
-    awesome --config $XDG_CONFIG_HOME/awesome/stock-rc.lua.
+    awesome --config ${XDG_CONFIG_HOME:-~/.config}/awesome/stock-rc.lua.
   fi
 else
   x-window-manager