dotfiles/home/.zprofile

8 lines
414 B
Plaintext
Raw Normal View History

if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then
2022-04-10 14:23:59 +03:00
{%@@ if profile == 'Moria' @@%}
2022-08-06 12:19:48 +03:00
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
2022-04-10 14:23:59 +03:00
{%@@ elif profile == 'Mirkwood' @@%}
sway-run
{%@@ endif @@%}
fi