From fdc18aae269d612d9a4fda6545f89aa3ee7f09a0 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sat, 8 Jun 2024 12:12:57 -0500 Subject: Updates --- profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'profile') diff --git a/profile b/profile index 81e85c1..dd47b6e 100644 --- a/profile +++ b/profile @@ -1,11 +1,10 @@ if [ -e /home/mccd/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mccd/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer -export XDG_RUNTIME_DIR=/var/run/user/`id -u` export EDITOR="kak" export GDK_DPI_SCALE="1.5" export GDK_SCALE="1.5" export XCURSOR_SIZE="32" -export PF_INFO="ascii title os editor shell wm" +export PF_INFO="ascii title editor shell wm" export PF_ALIGN="5" export PF_COLOR="0" export PATH=${PATH}:~/.local/bin @@ -18,4 +17,5 @@ export TERM=xterm-256color test -r /home/mccd/.opam/opam-init/init.sh && . /home/mccd/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true +if [ "$(tty)" == "/dev/tty1" ]; then exec dbus-run-session startx; fi -- cgit v1.2.3