From 2adf5938a80c5d232e5ac05a1433ff41c55aad30 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 22 Aug 2015 14:28:06 +0200 Subject: [PATCH] update comments --- Xresources.in | 5 +++-- herbstluftwm/autostart | 2 +- xinitrc | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Xresources.in b/Xresources.in index 657431b..1987fa7 100644 --- a/Xresources.in +++ b/Xresources.in @@ -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 diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 963f958..2b048ab 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -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 68b52b7..d1e25e7 100755 --- 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 X 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 -- 2.44.1