]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
update comments
authorSimon Ruderich <simon@ruderich.org>
Sat, 22 Aug 2015 12:28:06 +0000 (14:28 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 23 Aug 2015 08:17:11 +0000 (10:17 +0200)
Xresources.in
herbstluftwm/autostart
xinitrc

index 657431bae87074076f7a8117e9051a2dfebacae5..1987fa72ebc0cc35bd2ace44ef3df98437665654 100644 (file)
@@ -5,7 +5,7 @@
 ! "Term" is an alias for all supported terminal emulators; it is automatically
 ! replaced by setup.sh.
 
-! Copyright (C) 2011-2014  Simon Ruderich
+! Copyright (C) 2011-2015  Simon Ruderich
 !
 ! This file is free software: you can redistribute it and/or modify
 ! it under the terms of the GNU General Public License as published by
@@ -34,7 +34,8 @@ Rxvt*background: [90]#000000
 ! Necessary for transparency, see man page.
 Rxvt*depth: 32
 
-! Disable the scrollback buffer. I use screen/tmux so it is not necessary.
+! Disable the scrollback buffer. I use screen/tmux so it is not necessary and
+! only wastes memory.
 XTerm*saveLines: 0
 Rxvt*saveLines:  0
 
index 963f958b02a1caca16736d0b0af0bc83dbe9d746..2b048abf20c9641054113e8366fb279b517776ee 100755 (executable)
@@ -80,7 +80,7 @@ fi
 locker_pre=
 if test x"$locker" = xxscreensaver; then
     # Start xscreensaver if it's not already running. xscreensaver-command
-    # ensures xscreensaver is availble for the current X session.
+    # ensures xscreensaver is available for the current X session.
     locker_pre='xscreensaver-command -time >/dev/null 2>&1 || xscreensaver &'
     locker='xscreensaver-command -lock'
 elif test x"$locker" = xxtrlock; then
diff --git a/xinitrc b/xinitrc
index 68b52b7152bff93aa96cced487ffb7dfd5ed3177..d1e25e778554da8187505a186e468570c2c8cab2 100755 (executable)
--- a/xinitrc
+++ b/xinitrc
@@ -94,13 +94,13 @@ if xmodmap | grep -E '^lock.*Caps_Lock' >/dev/null; then
     xmodmap -e 'add Control = Control_L'
 fi
 # Move grave and tilde next to left shift key. This setting may only be
-# necessary because of my German keyboard which I use with English settings.
+# necessary because of my German keyboard which I use with an English layout.
 xmodmap -e 'keycode 94 = grave asciitilde'
 
 # Disable annoying audio bell. Thanks to Sebastian Rachuj.
 xset b off
 
-# Load settings for programs. Xdefaults is deprecated.
+# Load settings for programs. Xdefaults is deprecated.
 xrdb "$HOME/.Xresources"
 
 # Change the background if available.
@@ -141,6 +141,7 @@ elif test -n "$screen_lock_force"; then
     error "'xautolock' not found. Auto lock won't work!"
 fi
 
+
 # Use compton to get transparent windows. See ~/.Xresources for configuration
 # of urxvt.
 if installed compton; then