Files
dotfiles/bashrc/bash_profile
2025-12-07 14:28:43 +09:00

22 lines
300 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
# env
export GTK_THEME=tokyonight-dark
export XCURSOR_THEME=catppuccin-mocha-dark-cursors
export XCURSOR_SIZE=24
# bspwm
# exec startx
# hyprland
# exec Hyprland
# mangowc
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec mango
fi