From 713cc07687cbd9f5fb2bfa21e798e4747a7b2362 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 19 Jul 2022 11:24:13 +0200 Subject: [PATCH] [StumpWM] Launch autostart even if autorandr fails --- org/config/stumpwm.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config/stumpwm.org b/org/config/stumpwm.org index 0e867ea..d1e161f 100644 --- a/org/config/stumpwm.org +++ b/org/config/stumpwm.org @@ -153,7 +153,7 @@ pointer as well as get a bunch of stuff started. To see what’s in the ~autostart~ script, [[file:bin.org::#Autostart-a99e99e7][see here]]. #+begin_src lisp (run-shell-command "xsetroot -cursor_name left_ptr") -(run-shell-command "sleep 1 && autorandr -l home && autostart") +(run-shell-command "sleep 1 && autorandr -l home; autostart") #+end_src Next I need to register the AltGr key so it works correctly when used.