dotfiles/.bash_profile
2025-05-09 23:15:55 +02:00

14 lines
324 B
Bash

#
# ~/.bash_profile
#
export QT_STYLE_OVERIDE=GTK+
export GDK_BACKEND=wayland
export GTK_THEME=Adwaita:dark
export GTK2_RC_FILES=/usr/share/themes/Raleigh/gtk-3.0/gtkrc
export _JAVA_AWT_WM_NONREPARENTING=1
[[ -f ~/.bashrc ]] && . ~/.bashrc
# [ -z "$DISPLAY" ] &&
[ `tty` = '/dev/tty1' ] && exec dbus-run-session Hyprland