aboutsummaryrefslogtreecommitdiff
path: root/XServer/.xinitrc
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-12-03 14:08:13 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-12-03 14:08:59 +0000
commit51c373b3cb889ed5e3e62898911a342875dcf28e (patch)
treec055a3b57c03c877180b228cd345c03dd1a668b9 /XServer/.xinitrc
parentc4c7563ea54f137a2ba394cec1b02231de8efb10 (diff)
downloaddotfiles-51c373b3cb889ed5e3e62898911a342875dcf28e.tar.gz
dotfiles-51c373b3cb889ed5e3e62898911a342875dcf28e.tar.bz2
dotfiles-51c373b3cb889ed5e3e62898911a342875dcf28e.zip
Cannot be bothered to explain - just read the changes if you want
Diffstat (limited to 'XServer/.xinitrc')
-rw-r--r--XServer/.xinitrc9
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