2023-04-11 19:03:09 +02:00
|
|
|
xrandr --output DVI-I-1 --auto --output HDMI-1 --auto --scale 1x1 --right-of DVI-I-1
|
|
|
|
xrdb -merge /home/.Xresources
|
2023-12-18 15:17:18 +01:00
|
|
|
# Propagate environment variables to dbus-daemon, necessary for
|
|
|
|
# pinentry-gnome3 to properly display without falling
|
|
|
|
# back to ncurses.
|
|
|
|
dbus-update-activation-environment DISPLAY XAUTHORITY
|
2023-04-11 19:03:09 +02:00
|
|
|
WALLPAPER_PATH="/home/.local/share/backgrounds/wallpaper.jpg"
|
|
|
|
if [ -f ${WALLPAPER_PATH} ]; then
|
|
|
|
feh --bg-scale ${WALLPAPER_PATH}
|
|
|
|
fi
|
|
|
|
exec i3
|