Mahe
Mahe
Despite from extensive testing still required, here's a list of things that I still need to address: #### visual indicator Does this mode need a visual indicator when activated? In...
Try using the following options in your `/etc/X11/xorg.conf.d/20-intel.conf` ``` Section "Device" Identifier "Intel Graphics" Driver "intel" Option "AccelMethod" "sna" Option "DRI" "3" EndSection ``` If this doesn't perform well, try...
> > Option "AccelMethod" "sna" > > Isn't "sna" used by default? Probably (at least Arch wiki says so). I carried this config file around for years on many Intel...
> any news on this? sounds like a very useful feature! FWIW, this PR is effectively abandoned, sorry - I forgot it was still open. I have not maintained the...
> ##### Context > > I don't know which programs trigger this [...] FWIW, I think Thunderbird's calendar reminder popups are often the culprit here. They spawn with an urgent...
Tinkering with the source code a bit, I came up with the following prototype implementation that seems to fix the issue. Note that according to my observations, `KWindowInfo info =...
Should already be possible by negating the conditional like this: ``` blur-background-exclude = [ "!(class_g = 'Tilix' || class_g = 'Tint2')" ]; ``` This effectively whitelists the window classes `Tilix`...
Should be **CTRL**+**C** in the default config. You can change it via **Preferences** > **Package Settings** > **PlainNotes** > **Key Bindings - User** and inserting a corresponding section (see **...**...
Same for me when using [swaylock-effects](https://github.com/jirutka/swaylock-effects/) with Hyprland on NixOS. There's an emergency recovery method for resetting swaylock that seems to work for me, see my comment here: https://github.com/hyprwm/Hyprland/issues/3581#issuecomment-1987363139
As noted in "Current Behavior" I have difficulties understanding `lxqt-config-appearance`'s current behavior. If GTK theme management is enabled, it correctly creates/overwrites `~/.gtkrc-2.0` and `~/.config/gtk-3.0/settings.ini`. It also pushes the settings to...