Clipboard manager

This commit is contained in:
2025-06-20 19:30:06 +02:00
parent ac75745f93
commit 7dcd8a60f0

View File

@ -8,6 +8,8 @@ in {
exec-once = [ exec-once = [
"hyprpaper" "hyprpaper"
"hypridle" "hypridle"
"wl-paste --type text --watch cliphist store" # Stores only text data
"wl-paste --type image --watch cliphist store" # Stores only image data
]; ];
input = { input = {
kb_layout = "se"; kb_layout = "se";
@ -85,8 +87,9 @@ in {
"$mod, C, killactive" "$mod, C, killactive"
"$mod, E, exec, $filemanager" "$mod, E, exec, $filemanager"
"$mod, SPACE, exec, $menu" "$mod, SPACE, exec, $menu"
"$mod, V, exec, cliphist list | dmenu | cliphist decode | wl-copy"
", Print, exec, grimblast copy area" ", Print, exec, grimblast copy area"
"$mod, V, togglefloating" "$mod, F, togglefloating"
"$mod, J, togglesplit, " # dwindle "$mod, J, togglesplit, " # dwindle
"$mod, L, exec, hyprlock" "$mod, L, exec, hyprlock"