I can configure different display profiles using the xfce4-display-settings
command, and I know that I can query which display profile is currently in use with the command
xfconf-query -c displays -p /ActiveProfile
which gives me the ID of the current profile. Is it possible to change the display profile using the command line? I tried
xfconf-query -c displays -p /ActiveProfile -s <PROFILE ID>
but while this changes the output of xfconf-query -c displays -p /ActiveProfile
, it does not actually change the configuration of my monitors.
The following should work. I tired with XFCE 4.16.
Try this https://github.com/KeyofBlueS/xfce4-display-profile-chooser
hope it helps