1
0
Fork 0

.profile: formatting

main
urosm 2024-09-13 20:24:05 +02:00
parent 09c737daf7
commit 2471d78a02
1 changed files with 10 additions and 10 deletions

View File

@ -49,14 +49,14 @@ export EDITOR=vi
# desktop
if [ "$(tty)" = "/dev/tty1" ] && command -v sway >/dev/null; then
# locale
export LANG=sl_SI.UTF-8
export LC_MESSAGES=en_US.UTF-8
# defaults
export TERMINAL=footclient
export BROWSER=firefox
# run sway
export XDG_CURRENT_DESKTOP=sway
export WLR_RENDERER=vulkan
exec systemd-cat -t sway sway
# locale
export LANG=sl_SI.UTF-8
export LC_MESSAGES=en_US.UTF-8
# defaults
export TERMINAL=footclient
export BROWSER=firefox
# run sway
export XDG_CURRENT_DESKTOP=sway
export WLR_RENDERER=vulkan
exec systemd-cat -t sway sway
fi