Move xrandr from xprofile to bspwm

This commit is contained in:
Tobias Reisinger 2021-05-19 18:58:32 +02:00
parent 5461c70146
commit 0d4587d023
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 11 additions and 6 deletions

View file

@ -15,14 +15,14 @@ fi
_autostart_portalo()
{
xrandr --output DVI-D-0 --left-of HDMI-A-0
xrandr --output HDMI-A-0 --mode 2560x1440 --refresh 144
#xrandr --output DVI-D-0 --left-of HDMI-A-0
#xrandr --output HDMI-A-0 --mode 2560x1440 --refresh 144
}
_autostart_laptop()
{
xrandr --output eDP-1 --auto
xrandr --output HDMI-2 --left-of eDP-1 --auto
#xrandr --output eDP-1 --auto
#xrandr --output HDMI-2 --left-of eDP-1 --auto
}
_autostart_defaults()