[StumpWM] Launch autostart even if autorandr fails

This commit is contained in:
Lucien Cartier-Tilet 2022-07-19 11:24:13 +02:00
parent 3b64c8e467
commit 713cc07687
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ pointer as well as get a bunch of stuff started. To see whats 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.