From caba64f1e654956ca83b8bbbd4e511e5b0117c81 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 6 Aug 2022 12:19:48 +0300 Subject: [PATCH] Start kodi when moria boots --- home/.zprofile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/home/.zprofile b/home/.zprofile index 5e4eb01..7b7a6fa 100644 --- a/home/.zprofile +++ b/home/.zprofile @@ -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 @@%}