bash: add bashrc/profile
This commit is contained in:
parent
ab3d60554d
commit
d0871502d1
2 changed files with 15 additions and 0 deletions
14
.bash_profile
Normal file
14
.bash_profile
Normal file
|
@ -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
|
1
.bashrc
Symbolic link
1
.bashrc
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/kappa/dotfiles/.bashrc
|
Loading…
Add table
Reference in a new issue