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.
7 lines
314 B
Text
7 lines
314 B
Text
export I3_SCREENSHOT_DIR="$HOME/media/picture/screenshot"
|
|
export I3_LOCK_BACKGROUND="$HOME/media/picture/background/desktop/lock.png"
|
|
|
|
numlockx &
|
|
|
|
xrandr --output HDMI-1 --pos 0x0 --mode 1920x1080 --rate 60 --rotate right --left-of HDMI-0
|
|
xrandr --output HDMI-0 --pos 1080x300 --mode 1920x1080 --rate 60 --primary
|