Merge branch 'master' of git.woopwoopserver.com:woopwoop/dotfiles into macbook
This commit is contained in:
@ -3,6 +3,8 @@ export PATH=~/.local/bin:~/.cargo/bin:$PATH
|
||||
export EDITOR=nvim
|
||||
export SUDO_EDITOR=/usr/bin/nvim
|
||||
export XDG_CURRENT_DESKTOP=Sway
|
||||
export XDG_SESSION_DESKTOP=sway
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
export HOMEBREW_NO_AUTO_UPDATE=true
|
||||
export ELECTRON_OZONE_PLATFORM_HINT=auto
|
||||
# Created by `pipx` on 2024-10-08 14:33:09
|
||||
@ -13,6 +15,10 @@ export PATH="$PATH:/Users/nikitabykov/Library/Application Support/Coursier/bin"
|
||||
# <<< coursier install directory <<<
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
if command -v dbus-update-activation-environment >/dev/null; then
|
||||
dbus-update-activation-environment XDG_CURRENT_DESKTOP XDG_SESSION_DESKTOP XDG_SESSION_TYPE
|
||||
fi
|
||||
|
||||
if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then
|
||||
exec sway
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user