mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
12 lines
267 B
Bash
12 lines
267 B
Bash
if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
|
{%@@ if profile == 'Moria' @@%}
|
|
LIBSEAT_BACKEND=logind gamescope \
|
|
-e -f -U \
|
|
-W 3840 -H 2160 \
|
|
-w 1920 -h 1080 \
|
|
-- steam -gamepadui -steamos
|
|
{%@@ elif profile == 'Mirkwood' @@%}
|
|
sway-run
|
|
{%@@ endif @@%}
|
|
fi
|