diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 00000000..cf7dd2cc --- /dev/null +++ b/.bash_profile @@ -0,0 +1,14 @@ +# +# ~/.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 diff --git a/.bashrc b/.bashrc new file mode 120000 index 00000000..ead19878 --- /dev/null +++ b/.bashrc @@ -0,0 +1 @@ +/home/kappa/dotfiles/.bashrc \ No newline at end of file