From 7a89fc919671e5319b7f9b39464f8df5e25686bb Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 9 Oct 2023 21:22:20 +0300 Subject: emacs:(shells) disable yay completions by default If no internet connection, hangs Emacs --- .stumpwm.d/init.lisp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.stumpwm.d') diff --git a/.stumpwm.d/init.lisp b/.stumpwm.d/init.lisp index c5398be..4dc8421 100644 --- a/.stumpwm.d/init.lisp +++ b/.stumpwm.d/init.lisp @@ -13,3 +13,10 @@ (load "~/.stumpwm.d/modeline.lisp") ;; Keybindings (load "~/.stumpwm.d/keybindings.lisp") + + +(when *initializing* + (mapc #'run-shell-command + '("picom" + "transmission-daemon" + "xsetroot -cursor_name left_ptr"))) -- cgit v1.2.3