Philipp Schmitt

Results 117 comments of Philipp Schmitt

The first thing to enable would be to create a container, I started working on that here: https://github.com/pschmitt/container-attic It's quite bare-bones for now but works for my use case. Got...

Just opened a PR that will probably fix that: #38

I also noticed that the placeholder did not get replaced if placed in `status-left`, b3fc8de addresses that.

What do you have in your config?

You might want to set `device_class: "enum"` for your particular sensor.

For the switches to have any kind of meaningful state we'd need to implement some kind of control mechanism, maybe a custom notification - like how the official mobile companion...

Got it: 37b76cd1caed209e20e0e353671abf6ba4346b42 ``` 37b76cd1caed209e20e0e353671abf6ba4346b42 is the first bad commit commit 37b76cd1caed209e20e0e353671abf6ba4346b42 Author: rszyma Date: Mon Jan 1 18:29:51 2024 +0100 keybinds: fix keys getting stuck + minor refactor &...

might be worthwhile mentionning: - with 37b76cd1caed209e20e0e353671abf6ba4346b42 my custom xkb `de_hhkb` config both the `YEN` and `HYPHEN/BACKSLASH` keys seem to trigger `chayang` and lock my screen on , so maybe...

I tested the mentioned "no-keycode" fix (https://github.com/hyprwm/Hyprland/pull/4711). Seems to work fine - for the xkb config at least - this does seem to break other keybinds (ie `bind = xxx`)...