diff --git a/dot_bash_profile.tmpl b/dot_bash_profile similarity index 92% rename from dot_bash_profile.tmpl rename to dot_bash_profile index ab4f353..5610476 100644 --- a/dot_bash_profile.tmpl +++ b/dot_bash_profile @@ -19,16 +19,12 @@ export XDG_STATE_HOME="${HOME}/.local/state" export _JAVA_AWT_WM_NONREPARENTING=1 # GPG passphrase prompt -export GPG_TTY=$(tty) +GPG_TTY=$(tty) +export GPG_TTY # Mozilla + Wayland export MOZ_ENABLE_WAYLAND=1 -{{ if eq .chezmoi.hostname "helix" -}} -# Scale GTK applicatons -export GDK_SCALE=2 GDK_DPI_SCALE=0.50 -{{- end }} - ## No littering in $HOME! # bash @@ -81,4 +77,4 @@ export XAUTHORITY="${XDG_RUNTIME_DIR}/Xauthority" [[ -f ~/.bashrc ]] && . ~/.bashrc # start river -[[ -z $DISPLAY && $(tty) = "/dev/tty1" ]] && exec dbus-run-session river +[[ -z $DISPLAY && $(tty) = "/dev/tty1" ]] && exec dbus-run-session river 2> "${XDG_STATE_HOME}"/river.log >/dev/null