Forgot to track .xinitrc for wallpaper and i3 startup

master
Quentin Duchemin 2023-04-11 19:03:09 +02:00
parent d033b81446
commit 71309318e8
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
1 changed files with 7 additions and 0 deletions

7
.xinitrc.desk 100755
View File

@ -0,0 +1,7 @@
xrandr --output DVI-I-1 --auto --output HDMI-1 --auto --scale 1x1 --right-of DVI-I-1
xrdb -merge /home/.Xresources
WALLPAPER_PATH="/home/.local/share/backgrounds/wallpaper.jpg"
if [ -f ${WALLPAPER_PATH} ]; then
feh --bg-scale ${WALLPAPER_PATH}
fi
exec i3