diff options
Diffstat (limited to 'XServer/.xinitrc')
-rw-r--r-- | XServer/.xinitrc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/XServer/.xinitrc b/XServer/.xinitrc index 460f92b..e8d526f 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -6,10 +6,8 @@ killall sxhkd; sh .xprofile; xset s 1800; -xrandr --auto --output eDP1 --primary; -xrandr --auto --output HDMI1 --left-of eDP1 --scale 1.25x1.25; -xrandr --auto --output DP1 --left-of VGA1 --mode 1280x1024; -xrandr --auto --output VGA1 --primary --mode 1920x1080; +xrandr --output eDP1 --mode 2560x1440 --pos 0x0 --rotate normal; +xrandr --output HDMI1 --mode 1920x1080 --pos 2560x0 --scale 1.33x1.33 --rotate normal; $(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) & $HOME/.local/scripts/background & @@ -19,6 +17,7 @@ picom --backend xrender --no-fading-openclose & sxhkd & dwmblocks & -while :; do +while : +do dwm done |