add clipboard manager

This commit is contained in:
Yan Lin 2025-11-05 19:49:56 +01:00
parent 959a6d9dc1
commit de8aae1ff6

View file

@ -111,6 +111,7 @@
"waybar" "waybar"
"nm-applet --indicator" "nm-applet --indicator"
"mkdir -p ~/Pictures/Screenshots" "mkdir -p ~/Pictures/Screenshots"
"wl-paste --watch cliphist store"
]; ];
# Input configuration # Input configuration
@ -191,6 +192,7 @@
# Application launchers # Application launchers
"SUPER, Return, exec, ghostty" "SUPER, Return, exec, ghostty"
"SUPER, Space, exec, wofi --show drun" "SUPER, Space, exec, wofi --show drun"
"SUPER, C, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy"
# Input method switching (cycles through configured IMs) # Input method switching (cycles through configured IMs)
"CTRL, Space, exec, ${pkgs.writeShellScript "fcitx5-cycle" '' "CTRL, Space, exec, ${pkgs.writeShellScript "fcitx5-cycle" ''
@ -389,6 +391,8 @@
xfce.thunar xfce.thunar
evince evince
loupe loupe
wl-clipboard
cliphist
]; ];
# Hyprland-specific shell configuration # Hyprland-specific shell configuration