Tommaso Montanari
Tommaso Montanari
Any update on this? Is there any proper way to chose the icons to show from waydroid settings?
I agree is sad that this basic feature is still not implemented. In case somebody doesn't know there is a simple workaround: - Go in `Run and Debug` tab -...
The issue is still relevant in version 0.2.27
Adding the possibility to draw from other libraries or give cards to other players without revealing them, would be enough to simulate a shared deck game. **Edit:** You can already...
The problem has been discussed on the original rofi repo in [this](https://github.com/davatorium/rofi/issues/38) issue. Proposed solution: ```-kb-accept-entry "!Alt-Tab,!Alt+Alt_L"``` This is the solution proposed by the maintainer and should accept the entry...
Same limitation on Hyprland. This is something that happened also on X at the beginning but later they fixed this issue in the original rofi repo, maybe it is possible...
To add to the previous answer, if you want to prevent **all** flake sources from being garbage collected, you can just paste this somewhere in your configuration: ```nix # Don't...
I'm facing the same issue, I'm unable to copy and paste between micro and other applications when I'm running micro as root. When I'm not running as root everything works...
When I ran into this issue I was using Hyprland, but on GNOME everything works fine, so maybe is not micro fault.
This implementation doesn't work properly with stacked windows. Windows in the same stack are always consecutive in the list and not recency-based ordered but stay in a predefined order. I...