summaryrefslogtreecommitdiff
path: root/.linux
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-04-28 12:55:09 -0700
committerMike Crute <mike@crute.us>2019-04-28 12:55:53 -0700
commitb6cfdc3ea92df0f518511b6f5471eb09e22f4d1a (patch)
tree25faef66782d2416f1eacbd24ab60fe7ab18dc6c /.linux
parent057b354b39202f2390cf251f736110d3a8d997df (diff)
downloaddotfiles-b6cfdc3ea92df0f518511b6f5471eb09e22f4d1a.tar.bz2
dotfiles-b6cfdc3ea92df0f518511b6f5471eb09e22f4d1a.tar.xz
dotfiles-b6cfdc3ea92df0f518511b6f5471eb09e22f4d1a.zip
Avoid flatpak
Diffstat (limited to '.linux')
-rw-r--r--.linux/systemd/remote-vlc-alt-port.service2
-rw-r--r--.linux/systemd/remote-vlc.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/.linux/systemd/remote-vlc-alt-port.service b/.linux/systemd/remote-vlc-alt-port.service
index e3b8b39..e2643af 100644
--- a/.linux/systemd/remote-vlc-alt-port.service
+++ b/.linux/systemd/remote-vlc-alt-port.service
@@ -4,7 +4,7 @@ PartOf=graphical-session.target
4 4
5[Service] 5[Service]
6Type=simple 6Type=simple
7ExecStart=flatpak run org.videolan.VLC -I rc --advanced --rc-host=127.0.0.1:1235 7ExecStart=vlc -I rc --advanced --rc-host=127.0.0.1:1235
8 8
9[Install] 9[Install]
10WantedBy=graphical-session.target 10WantedBy=graphical-session.target
diff --git a/.linux/systemd/remote-vlc.service b/.linux/systemd/remote-vlc.service
index 37827e4..8ba2f46 100644
--- a/.linux/systemd/remote-vlc.service
+++ b/.linux/systemd/remote-vlc.service
@@ -4,7 +4,7 @@ PartOf=graphical-session.target
4 4
5[Service] 5[Service]
6Type=simple 6Type=simple
7ExecStart=flatpak run org.videolan.VLC -I rc --advanced --rc-host=127.0.0.1:1234 7ExecStart=vlc -I rc --advanced --rc-host=127.0.0.1:1234
8 8
9[Install] 9[Install]
10WantedBy=graphical-session.target 10WantedBy=graphical-session.target