feat: add cliphist

- Enabled cliphist
- Added wl-clipboard package
- Added new hyprland keybinding Mod+V for cliphist tofi menu
This commit is contained in:
lightly-toasted 2025-09-15 21:22:52 +09:00
parent 211d1aa452
commit ce336d10b1
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
wl-clipboard
];
services.cliphist.enable = true;
}

View file

@ -75,6 +75,7 @@
"$mod SHIFT, S, exec, env HYPRSHOT_DIR=/data/Backup/Screenshots hyprshot -m region" "$mod SHIFT, S, exec, env HYPRSHOT_DIR=/data/Backup/Screenshots hyprshot -m region"
"$mod SHIFT, E, exec, powermenu" "$mod SHIFT, E, exec, powermenu"
"$mod, V, exec, cliphist list | tofi | cliphist decode | wl-copy"
"$mod, mouse:277, exec, cycle-mouse-action" "$mod, mouse:277, exec, cycle-mouse-action"
", mouse:277, exec, run-mouse-action" ", mouse:277, exec, run-mouse-action"