From b0523a50c7a22a88bfdd1d5f528c335c70ef5ba9 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 19 Mar 2023 17:55:34 +0000 Subject: (*)~lots of small changes ~ changed emacs theme background for isearch ~ updated default.el ~ changed vim theme --- XServer/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XServer') diff --git a/XServer/.xinitrc b/XServer/.xinitrc index 514ff6e..52593e5 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -9,7 +9,7 @@ xset s 1800; xrandr --auto --output HDMI1 --primary; xrandr --auto --output eDP1 --right-of HDMI1; xrandr --auto --output VGA1 --primary --mode 1920x1080; -xrandr --auto --output DP1 --right-of VGA1 --mode 1280x1024 --rotate left; +xrandr --auto --output DP1 --right-of VGA1 --mode 1280x1024; $(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) & $HOME/.local/scripts/background & -- cgit v1.2.3-13-gbd6f