Gaël Bonithon
Gaël Bonithon
I think that this should be fixed, because it's quite confusing. Furthermore, scrolling the web quickly, there is no clear answer to the question of whether or not to quote...
I am currently working on porting Xfce4-panel to Wayland, so I am trying to preserve the features offered on X11. Among these, there is the possibility to move the panel...
> Is there a branch or PR somewhere where one could keep track of the progress? Not yet. I'm still experimenting at the moment, and it's a long process that...
Yes, I think Wayfire's behavior is exactly the same in this respect whether layer-shell is enabled or not. That's also how it is on Weston, without layer-shell of course.
Thank you! Unfortunately I don't think I'll have time to look into the Labwc codebase in the near future. I'm content to take the existing compositors as they are for...
I can confirm that the problem is solved when layer-shell is enabled (`./p --layer`), but not when it is not enabled (`./p`). But maybe you don't want to change the...
Yes, I can confirm that the problem is solved in both cases now. Thanks!
Here is a test code that should do the trick I think. p.c ```c #include #include #include #include "pointer-constraints-unstable-v1-client.h" static struct wl_registry *wl_registry; static struct zwp_pointer_constraints_v1 *zwp_pointer_constraints = NULL; static...
What is the purpose of `iptables -A OUTPUT -o "$vpn_device_name" -p icmp -j ACCEPT` ? Is it not included in `iptables -A OUTPUT -o "$vpn_device_name" -j ACCEPT` ?
You have to run again `sudo protonvpn-cli.sh --init` in the cloned directory, and choose "yes" for killswitch, or you can simply do a `sudo touch ~/.protonvpn-cli/.enable_killswitch`. Then, be sure to...