MarcusE1W

Results 31 comments of MarcusE1W

Have you noticed the examples in anko/_example/scripts/ ? Maybe that helps a bit?

Maybe the editorconfig plugin for Micro could be of help ? Micro also uses Lua for the plugin system. (The editor itself is written in Go) https://github.com/10sr/editorconfig-micro

Hi. It's super easy to create one for yourself. - You need a list of all the keywords from ruby. A quick search should get you that, or peek at...

Hi I still face the issue described above. lxqt-config-brightness does not change the anything. The actual slider in the LXQt Settings works though. I have noticed one thing. There is...

Yes, the file is present ``` Authentication is required to Change Brightness battery no no yes /usr/bin/lxqt-backlight_backend ``` Can I check that it is used ?

Your commands from above seem to works and give results that make me think in principle the policykit works. ]So I have experimented a bit but am slightly out of...

I might be using it wrongly, but so far it had no effect. This is the extract from my init.el ``` . . (setq ivy-height 8) ;; number of lines...

Hi @1dot75cm. Have you progressed this any further ? Did it work eventually ?

I am using Archlinux as well and experience the same issue. However, I am pretty sure it has worked before and as the Lighttable binary package has not changed for...

So, I have digged a bit. To start, the `Save` dialoge shows the same behaviour. LightTable uses the Electron function `showOpenDialog` and `showSaveDialog` in file dialogs.cljs. The Electron function description...