BillGatesPriv
BillGatesPriv
For anyone else (as me) also unsure how to get this behavior: client.connect_signal("manage", function (c) c:buttons(awful.button({ }, 1, function (c) if c ~= client.focus then c:emit_signal( "request::activate", "tasklist", {raise =...
I have got it working using some bash scripting: I didn't want to install conda or remove the pip venv restriction on arch. The relevant code is in *server.lua*: ```lua...
@kiyoon Yeah no, you are right. I overread that this was also proposed. I think its a good solution to do it with the venv. It is less intertwined with...