Add moria gamescope/steam autostart zprofile
This commit is contained in:
parent
175d906fe1
commit
f9798c3dae
2 changed files with 9 additions and 1 deletions
|
@ -257,6 +257,8 @@ profiles:
|
||||||
include:
|
include:
|
||||||
- terminal
|
- terminal
|
||||||
- pacman
|
- pacman
|
||||||
|
dotfiles:
|
||||||
|
- f_zprofile
|
||||||
Gondor:
|
Gondor:
|
||||||
include:
|
include:
|
||||||
- terminal
|
- terminal
|
||||||
|
|
|
@ -1 +1,7 @@
|
||||||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sway-run
|
if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||||
|
LIBSEAT_BACKEND=logind gamescope \
|
||||||
|
-e -f -U \
|
||||||
|
-W 3840 -H 2160 \
|
||||||
|
-w 1920 -h 1080 \
|
||||||
|
-- steam -gamepadui -steamos
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue