]> git.madduck.net Git - etc/xsession.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:

don't background xset/xrdb jobs
authormartin f. krafft <madduck@madduck.net>
Sat, 18 Mar 2017 01:52:00 +0000 (14:52 +1300)
committermartin f. krafft <madduck@madduck.net>
Sat, 18 Mar 2017 01:52:00 +0000 (14:52 +1300)
.xsession.d/01-xset-basics

index 4c9871de8637b8f91e7f31996dc4bf2d3fd4affd..9680c2684e53a2286a66dec76670d29ee05d73c7 100644 (file)
@@ -1,8 +1,8 @@
 # i hate this bell!!!
-xset b 0 &
+xset b 0
 
 # power saving mode of the screen
-xset dpms 300 300 300 &
+xset dpms 300 300 300
 
 # typematic repeat rate
-xset r rate 255 47 &
+xset r rate 255 47