fi
# autorun X11
-if [ -z $(pgrep X) ] ; then
+if test "$DISPLAY" = "" -a "$WAYLAND_DISPLAY" = "" -a "$XDG_VTNR" = 1; then
#startx
#dbus-launch --exit-with-session /usr/bin/startplasma-wayland
#dbus-launch --exit-with-session Hyprland
export PATH="$PATH:/opt/android-sdk/platform-tools:$HOME/go/bin:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/Applications"
-export BROWSER='qutebrowser --untrusted-args "%u"'
+export BROWSER='qutebrowser \--untrusted-args "%u"'
export EDITOR='kks edit'
export VISUAL='kks edit'
export PAGER='less'