add misc file endpoint nginx

This commit is contained in:
Kopatz
2025-06-04 11:49:44 +02:00
parent f367e907af
commit c6a0d71b3b
2 changed files with 12 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ in
allow_tearing = true;
};
misc = { vfr = true; };
misc = { vfr = true; middle_click_paste = false; };
xwayland = lib.mkIf isPc { force_zero_scaling = true; };
decoration = {
@@ -264,10 +264,11 @@ in
# e = repeat when held
binde =
let
let
brightnessctl = "${pkgs.brightnessctl}/bin/brightnessctl";
in [
in
[
" , XF86MonBrightnessUp, exec, ${brightnessctl} s +5%"
" , XF86MonBrightnessDown, exec, ${brightnessctl} s 5%-"
# Example volume button that allows press and hold, volume limited to 150%