diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-04-18 01:02:27 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-04-18 01:02:27 -0400 |
| commit | 6288091b7fea9bb2df667612fe7a4461a6311b0b (patch) | |
| tree | 2d69764e52a64f278a8479e222cde6c09c786d08 /home-config/.bash_profile | |
Initial commit, more to come!
Diffstat (limited to 'home-config/.bash_profile')
| -rw-r--r-- | home-config/.bash_profile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/home-config/.bash_profile b/home-config/.bash_profile new file mode 100644 index 0000000..319a0ca --- /dev/null +++ b/home-config/.bash_profile | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | export MOZ_ENABLE_WAYLAND=1 | ||
| 2 | |||
| 3 | export XDG_CURRENT_DESKTOP=sway | ||
| 4 | export XDG_SESSION_DESKTOP=sway | ||
| 5 | export _JAVA_AWT_WM_NONREPEATING=1 | ||
| 6 | |||
| 7 | # Honor per-interactive-shell startup file | ||
| 8 | if [ -f ~/.bashrc ]; then . ~/.bashrc; fi | ||
