dotfiles

Dash Eclipse's dotfiles
git clone git://ezup.dev/dotfiles.git
Log | Files | Refs | README | LICENSE

.zprofile (226B)


      1if [ -z "$DISPLAY" ] && [ -z "$WAYLAND_DISPLAY" ] ; then
      2	case "$TTY" in
      3		#"/dev/tty1")	sx ~/.config/sx/sxrc dwm;;
      4		"/dev/tty1")	dbus-launch --sh-syntax --exit-with-session sway;;
      5		"/dev/tty2")	echo; opcal; echo;;
      6	esac
      7fi