From: Armaan Bhojwani Date: Thu, 1 Jul 2021 00:05:04 +0000 (-0400) Subject: sx: xhost before starting dwm X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=43ec38f02cc89c77f0117e1b78059e503a015cdd sx: xhost before starting dwm --- diff --git a/config.org b/config.org index 96bab40..8092899 100644 --- a/config.org +++ b/config.org @@ -1178,5 +1178,6 @@ I use tmux in order to keep my st build light. Still learning how it works. #+end_src ** sx #+begin_src shell :tangle ~/.config/sx/sxrc :tangle-mode (identity #o755) + xhost + exec dwm #+end_src