Add templating to zprofile
This commit is contained in:
parent
f9798c3dae
commit
af64a8b08d
1 changed files with 4 additions and 0 deletions
|
@ -1,7 +1,11 @@
|
||||||
if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||||
|
{%@@ if profile == 'Moria' @@%}
|
||||||
LIBSEAT_BACKEND=logind gamescope \
|
LIBSEAT_BACKEND=logind gamescope \
|
||||||
-e -f -U \
|
-e -f -U \
|
||||||
-W 3840 -H 2160 \
|
-W 3840 -H 2160 \
|
||||||
-w 1920 -h 1080 \
|
-w 1920 -h 1080 \
|
||||||
-- steam -gamepadui -steamos
|
-- steam -gamepadui -steamos
|
||||||
|
{%@@ elif profile == 'Mirkwood' @@%}
|
||||||
|
sway-run
|
||||||
|
{%@@ endif @@%}
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue