dotfiles

Cross platform dotfiles for linux, mac and windows

commit db318675d92395e396237d14fc29ef9d5f61e67c
parent 432eb8a838c732d11bd4a07a4f7556b0fe1f471f
Author: Bharatvaj H <bharatvaj@yahoo.com>
Date: Sat, 7 Aug 2021 03:37:08 +0530

Fixed X11 not starting because of invalid serverrc
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/bash/aliases b/.config/bash/aliases
@@ -1,4 +1,4 @@
-which startx >&/dev/null && alias startx="startx \"$XDG_CONFIG_HOME/X11/xinitrc\" -- \"$XDG_CONFIG_HOME/X11/xserverrc\" vt1"
+which startx >&/dev/null && alias startx="startx \"$XDG_CONFIG_HOME/X11/xinitrc\" vt1"
 which wget >&/dev/null && alias wget="wget --hsts-file=\"$XDG_CACHE_HOME/wget-hsts\""
 which nvim >&/dev/null && alias vim="nvim" && alias vi="nvim"