From 4cb23eb79f17685126346465dfc595f675b3a7e0 Mon Sep 17 00:00:00 2001 From: x1phosura Date: Tue, 29 Mar 2022 01:43:55 -0700 Subject: [PATCH] Misc. other changes I guess --- .bashrc | 4 ++-- .config/i3/config | 3 ++- .config/nano/nanorc | 1 - bin/backer-upper-0.7.5 | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.bashrc b/.bashrc index 5c210ec..a3ddc5e 100644 --- a/.bashrc +++ b/.bashrc @@ -274,8 +274,8 @@ elif [[ "$operating_system" = "BSD" ]]; then alias la='ls -A --color=auto ' alias lla='ls -lhA --color=auto ' else # assume GNU ls (most desktop Linux distros) - alias ls='ls -C --color=auto ' - alias l='ls -C --color=auto ' + alias ls='ls --color=auto ' + alias l='ls --color=auto ' alias ll='ls -lh --color=auto ' alias la='ls -A --color=auto ' alias lla='ls -lhA --color=auto ' diff --git a/.config/i3/config b/.config/i3/config index 0b63bae..b3b67b5 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -265,7 +265,8 @@ bindsym $mod+q exec "$HOME/.config/i3/screenlocker.sh" # 'desktop' background changed below # TODO: maybe replace with variable if posssible -exec_always feh --bg-fill "$HOME/Library/Images/Wallpapers/archer/archer-mallorys-office3.jpg" +#exec_always feh --bg-fill "$HOME/Library/Images/Wallpapers/archer/archer-mallorys-office3.jpg" +exec_always feh --bg-fill "$HOME/Library/Images/Wallpapers/archer/archer-mallorys-office2.jpg" # runs compositor, needed for effects, (really for st transparency) #exec --no-startup-id compton -b --config ~/.config/compton/compton.conf ## TODO replace diff --git a/.config/nano/nanorc b/.config/nano/nanorc index 0973b7a..3f33013 100644 --- a/.config/nano/nanorc +++ b/.config/nano/nanorc @@ -39,7 +39,6 @@ unset emptyline ## Editor behavior set autoindent -set smooth set softwrap set tabsize 8 #set tabstospaces # will automatically replace TAB w/ spaces, disabled diff --git a/bin/backer-upper-0.7.5 b/bin/backer-upper-0.7.5 index a79d66f..ac0ecc4 100755 --- a/bin/backer-upper-0.7.5 +++ b/bin/backer-upper-0.7.5 @@ -20,7 +20,8 @@ read rhost # transfered, if already existing, by checksum (rather than by filesize or # modified time). '-e' specifies the remote shell to use, which here is ssh # '--stats' and '--progress' simply show a lot of info about the file transfers -options="-avhc -e ssh --stats --progress" +# '-z' compresses data during the transfer +options="-avhcz -e ssh --stats --progress" echo "Delete files at destination not present in source directories? (y/n):" read del_remote