Start Feh for background management using the xinitrc script. Directly source machine specific configuration through xsession file. xprofile file is deprecated and deleted. Stat xss from the xsession file and no longer start it on piston.
4 lines
199 B
Text
4 lines
199 B
Text
export I3_SCREENSHOT_DIR="$HOME/picture/screenshot"
|
|
export I3_LOCK_BACKGROUND="$HOME/picture/background/desktop/lock.png"
|
|
|
|
xss-lock -l --session=$XDG_SESSION_ID -- i3lock -n -i $I3_LOCK_BACKGROUND &
|