diff options
Diffstat (limited to 'home-config/bash_profile')
-rw-r--r-- | home-config/bash_profile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/home-config/bash_profile b/home-config/bash_profile index 6bc7def..72ea319 100644 --- a/home-config/bash_profile +++ b/home-config/bash_profile | |||
@@ -1,16 +1,13 @@ | |||
1 | export MOZ_ENABLE_WAYLAND=1 | 1 | export MOZ_ENABLE_WAYLAND=1 |
2 | 2 | ||
3 | export XDG_CURRENT_DESKTOP=sway | ||
4 | export XDG_SESSION_DESKTOP=sway | ||
5 | export _JAVA_AWT_WM_NONREPEATING=1 | ||
6 | |||
7 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share | 3 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share |
8 | export PATH=~/.local/bin:$PATH:~/.nix-profile/bin | 4 | export PATH=~/.local/bin:$PATH:~/.nix-profile/bin:~/.go/bin |
5 | export GOPATH=~/.go | ||
9 | 6 | ||
10 | # Honor per-interactive-shell startup file | 7 | # Honor per-interactive-shell startup file |
11 | if [ -f ~/.bashrc ]; then . ~/.bashrc; fi | 8 | if [ -f ~/.bashrc ]; then . ~/.bashrc; fi |
12 | 9 | ||
13 | if [ -z "$SSH_CLIENT" ] && [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then | 10 | if [ -z "$SSH_CLIENT" ] && [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then |
14 | exec Hyprland | 11 | exec nixGLIntel Hyprland |
15 | fi | 12 | fi |
16 | 13 | ||