librewolf overrides
This commit is contained in:
parent
d38b81f105
commit
bf2bfd6517
@ -39,7 +39,7 @@ RUN set -eux; \
|
|||||||
#
|
#
|
||||||
# Copy dotfiles
|
# Copy dotfiles
|
||||||
COPY dots /dots
|
COPY dots /dots
|
||||||
RUN set -eux; rsync --recursive /dots/ /
|
RUN set -eux; rsync -og --chown=neko:neko --recursive /dots/ /
|
||||||
#
|
#
|
||||||
# Copy configuation files
|
# Copy configuation files
|
||||||
COPY supervisord.conf /etc/neko/supervisord/xfce.conf
|
COPY supervisord.conf /etc/neko/supervisord/xfce.conf
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
defaultPref("webgl.disabled", false);
|
||||||
|
|
||||||
|
defaultPref("middlemouse.paste", false);
|
||||||
|
defaultPref("general.autoScroll", true);
|
||||||
|
|
||||||
|
defaultPref("browser.fixup.domainsuffixwhitelist.txt", true);
|
||||||
|
defaultPref("browser.fixup.domainsuffixwhitelist.meow", true);
|
||||||
|
|
||||||
|
defaultPref("browser.fixup.domainsuffixwhitelist.qq", true);
|
||||||
|
defaultPref("browser.fixup.domainsuffixwhitelist.xd", true);
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user