dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

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

Add xinit info

Diffstat:
AX11.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

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 +```