From d0871502d17ab8f0e4d442d7b097f2b0bc4e813d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Thu, 8 May 2025 20:52:27 +0200 Subject: [PATCH] bash: add bashrc/profile --- .bash_profile | 14 ++++++++++++++ .bashrc | 1 + 2 files changed, 15 insertions(+) create mode 100644 .bash_profile create mode 120000 .bashrc 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