From e5eb50c0e9fb27a218e592882aad522c7e35b803 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 6 Mar 2024 16:31:17 +0100 Subject: [PATCH] make kitty not redraw (as often) --- common/hyprland-vnc.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/hyprland-vnc.nix b/common/hyprland-vnc.nix index 892efa5..26afcbe 100644 --- a/common/hyprland-vnc.nix +++ b/common/hyprland-vnc.nix @@ -22,10 +22,10 @@ settings = { monitor = [ "DP-3,2560x1440@144,0x0,1" - "HEADLESS-2,2256x1504,0x1440,1" + "DP-2,disable" ]; windowrulev2 = [ - "opacity 1.0 0.6,class:^(kitty)$" + "opacity 0.8 0.8,class:^(kitty)$" "stayfocused,class:^(wofi)$" ]; env = [ @@ -33,7 +33,7 @@ ]; exec-once = [ "waybar" - "hyprctl output create headless && wayvnc 0.0.0.0 5909 && wayvncctl -w output-set HEADLESS-2" + "wayvnc --output=DP-3 0.0.0.0 5909" "dunst" "hyprctl dispatcher focusmonitor 1" ];