From f92904cdb0defb151330d5ddf126cb955a4e9c03 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 15 May 2022 00:38:47 +0200 Subject: [PATCH] [StumpWM] Simpler initial shell command --- 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 663f6fc..63f24b9 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 vertical && autorandr horizontal && autostart") +(run-shell-command "sleep 1 && autorandr -l home && autostart") #+end_src Now, we’ll load a couple of my custom files that will be described below: