dotfiles

Cross platform dotfiles for linux, mac and windows

commit 828f56490b050a59d1c72d065860b4badc3eee60
parent 4d37aedae3b767ee5c1fd9b3d913a3873cbbda4c
Author: Bharatvaj H <bharatvaj@yahoo.com>
Date: Sat, 7 Aug 2021 03:58:46 +0530

Add xinit info
1 file changed, 7 insertions(+), 0 deletions(-)
A
X11.md
|
7
+++++++
diff --git a/X11.md b/X11.md
@@ -0,0 +1,7 @@
+# X11
+
+Launch firefox as user without xorg
+.config/X11/xinitrc file should be cleared for this to work, otherwise it would launch i3
+```
+xinit firefox $* -- :0 vt$XDG_VTNR
+```