removed references to vlc

This commit is contained in:
William Harrell 2022-09-07 20:02:36 -04:00
parent 796d05925a
commit b0017d134f
2 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,6 @@ RUN rm -rf /var/lib/apt/lists/* /var/cache/apt/*
# #
# copy configuation files # copy configuation files
COPY supervisord.conf /etc/neko/supervisord/vlc.conf COPY supervisord.conf /etc/neko/supervisord/opera.conf
COPY openbox.xml /etc/neko/openbox.xml COPY openbox.xml /etc/neko/openbox.xml

View File

@ -13,7 +13,7 @@
<applications> <applications>
<!-- Match all windows and remove their decorations (obxprop | grep "^_OB_APP") --> <!-- Match all windows and remove their decorations (obxprop | grep "^_OB_APP") -->
<application class="vlc" name="vlc" role="vlc-main"> <application class="opera" name="opera">
<decor>no</decor> <decor>no</decor>
<maximized>true</maximized> <maximized>true</maximized>
<focus>yes</focus> <focus>yes</focus>