From ae62a843ebc64fceffb412091cdd31483bfa1272 Mon Sep 17 00:00:00 2001 From: blahai Date: Tue, 14 Jan 2025 16:33:34 +0200 Subject: [PATCH] fix --- modules/home-manager/hypr/hyprland/execs.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home-manager/hypr/hyprland/execs.nix b/modules/home-manager/hypr/hyprland/execs.nix index e9346c8..5a5bd0a 100644 --- a/modules/home-manager/hypr/hyprland/execs.nix +++ b/modules/home-manager/hypr/hyprland/execs.nix @@ -8,9 +8,9 @@ exec-once = [ "${pkgs.swww}/bin/swww-daemon --format xrgb" "${pkgs.floorp}/bin/floorp" - "sleep 1; ${pkgs.vesktop}/bin/vesktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true" - "exec-once = wl-paste --type text --watch cliphist store" - "exec-once = wl-paste --type image --watch cliphist store" + "sleep 1; ${pkgs.vesktop}/bin/vesktop --ozone-platform-hint=auto --enable-blink-features=MiddleClickAutoscroll --enable-wayland-ime=true" + "wl-paste --type text --watch cliphist store" + "wl-paste --type image --watch cliphist store" "JKPS" "ags" ];