errors here are non-fatal

This commit is contained in:
Adam 2023-12-28 04:30:12 -05:00
parent 937d7af737
commit 08961912a0
4 changed files with 0 additions and 8 deletions

View file

@ -3,8 +3,6 @@
# This is meant to be run by awesome with the set colors keybind,
# not by itself though it should work regardless
set -e
# Pick a random wallpaper and save a copy
wal -i ~/Pictures/Wallpapers
cp $(awk {print} ~/.cache/wal/wal) ~/.cache/wal/bg

View file

@ -2,6 +2,4 @@
# Simple update doors
set -e
cd $HOME/.doors && git pull && ./setup

View file

@ -2,8 +2,6 @@
# startx/xinit run this script
set -e
# Run xprofile
if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile" ]; then
. "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile"

View file

@ -2,8 +2,6 @@
# This is called by xinitrc during x startup
set -e
# Run multi-monitor config if it exists
if [ -f ".screenlayout/default.sh" ]; then
. ".screenlayout/default.sh" &