This commit is contained in:
kokopi-dev
2025-12-07 13:40:44 +09:00
parent 7aea541045
commit 5a1ff168ee
9 changed files with 153 additions and 114 deletions

20
bashrc/bash_profile Normal file
View File

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