From 7dcd8a60f0f39ed2691f0b7c906478e6b90bbdd7 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Fri, 20 Jun 2025 19:30:06 +0200 Subject: [PATCH] Clipboard manager --- modules/home/hyprland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/home/hyprland.nix b/modules/home/hyprland.nix index 2444e01..e3d0517 100644 --- a/modules/home/hyprland.nix +++ b/modules/home/hyprland.nix @@ -8,6 +8,8 @@ in { exec-once = [ "hyprpaper" "hypridle" + "wl-paste --type text --watch cliphist store" # Stores only text data + "wl-paste --type image --watch cliphist store" # Stores only image data ]; input = { kb_layout = "se"; @@ -85,8 +87,9 @@ in { "$mod, C, killactive" "$mod, E, exec, $filemanager" "$mod, SPACE, exec, $menu" + "$mod, V, exec, cliphist list | dmenu | cliphist decode | wl-copy" ", Print, exec, grimblast copy area" - "$mod, V, togglefloating" + "$mod, F, togglefloating" "$mod, J, togglesplit, " # dwindle "$mod, L, exec, hyprlock"