How to add custom screen resolution permanently on manjaro xfce

Hi, I’m recently installed manjaro xfce & I facing an critical issue!
I’m trying to changing my screen resolution using xrandr but when I shutdown->open my pc again it goes back to the previous state :sob:
before I was used ubuntu based distro, where I used these commands below to save screen configurations permanently…
:~$ xrandr
:~$ cvt 1280 1080
:~$ sudo xrandr --newmode “1280x1080_60.00” 115.00 1280 1368 1496 1712 1080 1083 1093 1120 -hsync +vsync
:~$ xrandr --addmode VGA-1 “1280x1080_60.00”
:~$ gedit ~/.profile

now how can I do this same thing on manjaro? there is no .profile file & I’ve tested… it doesn’t work on arch based distro :sweat:

https://wiki.archlinux.org/title/Xrandr#Permanently_adding_undetected_resolutions

1 Like

thank you so much

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.