15 lines
584 B
Bash
Executable File
15 lines
584 B
Bash
Executable File
export QT_QPA_PLATFORMTHEME=qt5ct
|
|
|
|
# Path export (.zshenv method doesn't work with gentoo for no real reason)
|
|
typeset -U PATH path
|
|
path=("$HOME/.local/bin" "$HOME/.local/share/go/bin" "$HOME/bin/dmenu" "$HOME/bin/misc" "$HOME/bin/statusbar" "$HOME/bin/tmux" "$path[@]")
|
|
export PATH
|
|
|
|
export SXHKD_SHELL='/bin/sh'
|
|
|
|
[[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx $HOME/.config/X11/xinitrc &> /dev/null
|
|
# [[ $(fgconsole 2>/dev/null) == 1 ]] && exec start-dwl &> /dev/null
|
|
# [[ $(fgconsole 2>/dev/null) == 1 ]] && exec start-hyprland &> /dev/null
|
|
|
|
eval "$(ssh-agent -s)" &> /dev/null
|