aboutsummaryrefslogtreecommitdiff
path: root/XServer
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-04-05 19:41:40 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-04-05 19:41:40 +0100
commit20687ad8f68a07d7d4d15be885939614cc022121 (patch)
tree9ddd73e94a096bf370a0deb7cf88add317dcfba4 /XServer
parente1cc5e133dfa655813a96cd20312783b28f4e1af (diff)
downloaddotfiles-20687ad8f68a07d7d4d15be885939614cc022121.tar.gz
dotfiles-20687ad8f68a07d7d4d15be885939614cc022121.tar.bz2
dotfiles-20687ad8f68a07d7d4d15be885939614cc022121.zip
Small changes - can't be bothered to explain them
Diffstat (limited to 'XServer')
-rw-r--r--XServer/.Xresources1
-rw-r--r--XServer/.xinitrc4
2 files changed, 2 insertions, 3 deletions
diff --git a/XServer/.Xresources b/XServer/.Xresources
index f46c312..f1ce255 100644
--- a/XServer/.Xresources
+++ b/XServer/.Xresources
@@ -3,7 +3,6 @@ Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintfull
-Xft.dpi: 144
/* !! solarized */
/* *.color0: #073642 */
/* *.color1: #dc322f */
diff --git a/XServer/.xinitrc b/XServer/.xinitrc
index e8d526f..ae3db4f 100644
--- a/XServer/.xinitrc
+++ b/XServer/.xinitrc
@@ -6,8 +6,8 @@ killall sxhkd;
sh .xprofile;
xset s 1800;
-xrandr --output eDP1 --mode 2560x1440 --pos 0x0 --rotate normal;
-xrandr --output HDMI1 --mode 1920x1080 --pos 2560x0 --scale 1.33x1.33 --rotate normal;
+xrandr --output HDMI1 --mode 1920x1080 --left-of eDP1;
+xrandr --output eDP1 --mode 1920x1080;
$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
$HOME/.local/scripts/background &