From 71309318e83f53af4257c1356d256d560a19b222 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Tue, 11 Apr 2023 19:03:09 +0200 Subject: [PATCH] Forgot to track .xinitrc for wallpaper and i3 startup --- .xinitrc.desk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .xinitrc.desk diff --git a/.xinitrc.desk b/.xinitrc.desk new file mode 100755 index 0000000..1fa1c0a --- /dev/null +++ b/.xinitrc.desk @@ -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