mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Start kodi when moria boots
This commit is contained in:
parent
4a995cecc8
commit
caba64f1e6
@ -1,10 +1,6 @@
|
||||
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
|
||||
systemctl --user mask pipewire.service pipewire-pulse.service && systemctl --user stop pipewire.service pipewire-pulse.service && kodi; systemctl --user unmask pipewire.service pipewire-pulse.service && systemctl --user start pipewire.service pipewire-pulse.service
|
||||
{%@@ elif profile == 'Mirkwood' @@%}
|
||||
sway-run
|
||||
{%@@ endif @@%}
|
||||
|
Loading…
Reference in New Issue
Block a user