dotfiles/home/.zprofile

12 lines
267 B
Plaintext
Raw Normal View History

if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then
2022-04-10 14:23:59 +03:00
{%@@ if profile == 'Moria' @@%}
LIBSEAT_BACKEND=logind gamescope \
-e -f -U \
-W 3840 -H 2160 \
-w 1920 -h 1080 \
-- steam -gamepadui -steamos
2022-04-10 14:23:59 +03:00
{%@@ elif profile == 'Mirkwood' @@%}
sway-run
{%@@ endif @@%}
fi