2023-04-30 17:36:12 +02:00
|
|
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
|
|
|
|
|
|
|
# Path exprt (.zshenv method doesn't work with gentoo for no real reason)
|
|
|
|
typeset -U PATH path
|
2023-09-14 14:02:02 +02:00
|
|
|
path=("$HOME/.local/share/cargo/bin" "$HOME/.local/share/go/bin/" "$HOME/.local/bin" "$HOME/bin/dmenu" "$HOME/bin/misc" "$HOME/bin/statusbar" "$HOME/bin/tmux" "$path[@]")
|
2023-04-30 17:36:12 +02:00
|
|
|
export PATH
|
|
|
|
|
|
|
|
export SXHKD_SHELL='/bin/sh'
|
|
|
|
|
|
|
|
[[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx $HOME/.config/X11/xinitrc &> /dev/null
|
2023-08-23 19:51:32 +02:00
|
|
|
# [[ $(fgconsole 2>/dev/null) == 1 ]] && exec start-dwl &> /dev/null
|
2023-04-30 17:36:12 +02:00
|
|
|
# [[ $(fgconsole 2>/dev/null) == 1 ]] && exec start-hyprland &> /dev/null
|
|
|
|
|
|
|
|
eval "$(ssh-agent -s)" &> /dev/null
|