index — dotfiles @ 52484a88fe075f0eedffdc6f3696724796cbb8b6

my dotfiles

common/bash/.bash_profile (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
#
# ~/.bash_profile
#

[[ -f ~/.bashrc ]] && . ~/.bashrc

if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ] && [ -z "$NIRI_LOADED" ]; then
	# exec dbus-run-session sway
    export NIRI_LOADED=1
    exec niri-session
fi