Skip to navigation
Example of my Xfce session and startup script to adjust my monitors
31.05.19
1. create a bash script file called screens.sh to /home/veto/screens.sh 2. setup Xfce session and startup to call the script #!/bin/sh sleep 3 xrandr --output DP-7 --off --output DP-6 --off --output DP-5 --off --output DP-4 --mode 3840x2160 --pos 3840x900 --rotate normal --output DP-3 --off --output DP-2 --mode 3840x2160 --pos 0x900 --rotate normal --output DP-1 --mode 1600x900 --pos 3840x0 --rotate normal --output DP-0 --off
https://docs.xfce.org/xfce/xfce4-session/preferences
Reply
Anonymous
Information Epoch 1732639397
Worse is better.
Home
Notebook
Contact us