mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 11:35:41 +00:00
feat: add cliphist
- Enabled cliphist - Added wl-clipboard package - Added new hyprland keybinding Mod+V for cliphist tofi menu
This commit is contained in:
parent
211d1aa452
commit
ce336d10b1
2 changed files with 10 additions and 0 deletions
9
home/modules/graphical/cliphist.nix
Normal file
9
home/modules/graphical/cliphist.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
wl-clipboard
|
||||||
|
];
|
||||||
|
|
||||||
|
services.cliphist.enable = true;
|
||||||
|
}
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue