lonix1

Results 438 comments of lonix1

For @emasab and maintainers: Maybe look at the **[put windows extension](https://github.com/negesti/gnome-shell-extensions-negesti)**. It does window repositioning via the super key, like explained above. The code could probably be easily adopted for...

Upstream issue: https://github.com/NuGet/Home/issues/12013 Workaround: `$(NoWarn);NU1803`

Thank you for this. Hope to use it soon to finally solve the problems in #26

@IJustDev Does this PR look good to you?

Awesome, thanks! I hope IJustDev can merge it one day soon.

Be careful not to kill the `gnome-pomodoro` process itself, as the the desktop becomes unstable. I needed to log into another session ctrl+alt+f3, and reboot!

Agreed, it must be built-in. But to get this going, maybe someone has dark mode styles to contribute? I see other apps simply use one of the popular themes floating...

Consider whether it's `char` or `char?`. It should be nullable so one can type "sudo-style" - i.e. without showing feedback. The alternative is to allow the NUL char - `(char)0`...

Thank you for now I will try to use your workaround, it's very helpful.