From 0ef43dd530858e1a643e1c8f2998a247f05c4981 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 16 Dec 2023 22:53:59 +0100 Subject: [PATCH] disable middle-click paste --- modules/home/hyprland/config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 158c959..d7f7351 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -16,6 +16,7 @@ in exec-once = hash dbus-update-activation-environment 2>/dev/null & exec-once = dbus-update-activation-environment --systemd & exec-once = nm-applet & + exec-once = wl-paste --primary --watch wl-copy --primary --clear exec-once = swaybg -m fill -i $(find ~/Pictures/wallpapers/ -maxdepth 1 -type f) & exec-once = sleep 1 && swaylock exec-once = hyprctl setcursor Nordzy-cursors 22 &