dotfiles

My configuration files
git clone git://git.finwo.net/misc/dotfiles
Log | Files | Refs

commit afacb548b40faf2ff1b62f69d3edf3263e4939f8
parent 8ce23b361155bdadaffae011bae0ddb73aa8bbc1
Author: finwo <finwo@pm.me>
Date:   Fri, 15 Nov 2019 16:11:02 +0100

xbanish to the south-east

Diffstat:
Mdwm/home/.xinitrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dwm/home/.xinitrc b/dwm/home/.xinitrc @@ -8,7 +8,7 @@ fi # Make the cursor disappear when typing if command -v xbanish &>/dev/null; then - xbanish & + xbanish -m se & fi # Make repeating keys faster @@ -23,7 +23,7 @@ if command -v xbindkeys &>/dev/null; then xbindkeys fi -xsetroot -name " " +xsetroot -name "" while sleep 10; do XROOT=$(date +"%Y-%m-%d %H:%M")