- https://www.oesf.org/forum/index.php?showtopic=35185 (better to build from source and disable acceleration) - can't imagine using Gemini without this
I thought I'd persuaded someone to report back to me when they had the perfect config for that mouse thing so I could branch it into gemian, they never got back to me, very happy to add that. I can add you to the project on github or whatever suits.
Sounds good I'm happy to contribute whatever way works best
I'm still using the config as posted in that thread, no complaints using it regularly once you get used to the different gesture for dragging than what people might be used to on laptop synaptics touchpads, everything else feels pretty natural
- I've found a vertical panel works well, not something I'd normally use but it feels natural on the Gemini. (I don't think you need two bars, one double-width icon-only one is plenty)
Sounds interesting, I did try the double bars version for a while but lost the config when I got the digital rain and never got round to doing it again after a pointless reflash. Digital rain just needs a flat battery/disconnect to fix. If folks with interesting layouts could post screenshots then we can pick what we think is the most generally useful as a default, and the others would make a good set of examples for folks to see whats possible.
This is my current layout:
[img]https://imgkk.com/i/ab7p.png\" border=\"0\" class=\"linked-image\" /]
(Really could do with
https://github.com/lxqt/lxqt/issues/131)
- I can't remember if it's in already, but I've got lxqt-runner bound to alt+space, nicer than the fiddly start menu imo
Cool, I've put that in, very useful.
Awesome, couple more things I've just remembered I added that might be useful...
In lxqt globalkeyshortcuts.conf
[Print.20]
Comment=scrot
Enabled=true
Exec=scrot
(+ dependency on scrot) for screenshots on Fn+R (key that looks most like it should take a screenshot imo)
[XF86TopMenu.34]
Comment=show desktop actual
Enabled=true
Exec=/(somewhere)/minimise-all
#!/bin/bash
for i in {1..20}
do
xdotool getactivewindow windowminimize
done
(+ dependency on xdotool) for a winkey+d/m like behaviour on Fn+D, since the lxqt show desktop command doesnt work (can't remember if this is a side effect of no compositor)