mangohud: disable global hook
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
0f6f51ad1a
commit
857487416f
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@ in {
|
||||||
# https://github.com/flightlessmango/MangoHud
|
# https://github.com/flightlessmango/MangoHud
|
||||||
programs.mangohud = {
|
programs.mangohud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSessionWide = true;
|
|
||||||
|
# BUG: Some GTK apps use Vulkan, which triggers MangoHUD
|
||||||
|
# https://github.com/flightlessmango/MangoHud/issues/1305
|
||||||
|
#// enableSessionWide = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
background_alpha = 0;
|
background_alpha = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue