From 7e3780d9810904ee74b7c2c592d6cce107b046ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 13 Aug 2024 07:46:23 +0200 Subject: [PATCH] Add wl-paste wtype bind --- home/hyprland/hyprland_gunter.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/hyprland/hyprland_gunter.nix b/home/hyprland/hyprland_gunter.nix index 8033e38..c7573e2 100644 --- a/home/hyprland/hyprland_gunter.nix +++ b/home/hyprland/hyprland_gunter.nix @@ -189,6 +189,9 @@ # ",code:202,exec,pamixer --default-source -u" ",code:202,pass,^discord$" + # Paste to wtype + "$mainMod,v,exec,wl-paste | wtype -" + # worspace switching "$mainMod,1,workspace,name:c1" "$mainMod,2,workspace,name:c2"