From 9b2ef288e440c7942d0d2b1c09c0852c912d5ac0 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 27 Jul 2021 01:32:59 +0100 Subject: (Shell|XServer)~minor edits with indenting (Shell)~propagate change to emacs service (no -s MAIN) and editing (XServer)~state explicit full path for lock script for ease of understanding (it's a user script, not some other program) --- XServer/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XServer/.xinitrc') diff --git a/XServer/.xinitrc b/XServer/.xinitrc index 6e73216..237bb41 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -11,7 +11,7 @@ xrandr --auto --output eDP1 --right-of HDMI1; xrandr --auto --output VGA1 --primary --left-of DP2; xrandr --auto --output DP2 --rotate left; -$(xss-lock --transfer-sleep-lock -- lock) & +$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) & $HOME/.local/scripts/background & systemctl --user start emacs & -- cgit v1.2.3-13-gbd6f