errors here are non-fatal
This commit is contained in:
parent
937d7af737
commit
08961912a0
4 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -2,6 +2,4 @@
|
|||
|
||||
# Simple update doors
|
||||
|
||||
set -e
|
||||
|
||||
cd $HOME/.doors && git pull && ./setup
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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" &
|
||||
|
|
Loading…
Add table
Reference in a new issue