Re: luakit: user config in guix (disable WebGL)

2019-02-05 Thread Raphaël Mélotte
Giovanni Biscuolo writes: I copied the entire "globals.lua" from the store to /home/giovanni/.config/luakit/globals.lua (customized it) and it worked in other words, the code I used in /home/giovanni/.config/luakit/globals.lua was not valid lua code Hi ! I'm also using luakit but I'm not

Re: luakit: user config in guix (disable WebGL)

2019-02-05 Thread Giovanni Biscuolo
Hi! ehrm, I figured out what I was doing wrong: bad lua code Giovanni Biscuolo writes: [...] > and in /gnu/store/...-luakit-2017.08.10/etc/xdg/luakit/globals.lua this > > --8<---cut here---start->8--- > -- Per-domain webview properties > -- https://webkitgtk

luakit: user config in guix (disable WebGL)

2019-02-04 Thread Giovanni Biscuolo
Hi! I need to disable WebGL in luakit [1] looking at my installed /gnu/store/...-luakit-2017.08.10/etc/xdg/luakit/rc.lua I find this --8<---cut here---start->8--- -- Load users global config -- ("$XDG_CONFIG_HOME/luakit/globals.lua" or "/etc/xdg/luakit/globals