add clipboard manager
This commit is contained in:
parent
959a6d9dc1
commit
de8aae1ff6
1 changed files with 4 additions and 0 deletions
|
|
@ -111,6 +111,7 @@
|
|||
"waybar"
|
||||
"nm-applet --indicator"
|
||||
"mkdir -p ~/Pictures/Screenshots"
|
||||
"wl-paste --watch cliphist store"
|
||||
];
|
||||
|
||||
# Input configuration
|
||||
|
|
@ -191,6 +192,7 @@
|
|||
# Application launchers
|
||||
"SUPER, Return, exec, ghostty"
|
||||
"SUPER, Space, exec, wofi --show drun"
|
||||
"SUPER, C, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy"
|
||||
|
||||
# Input method switching (cycles through configured IMs)
|
||||
"CTRL, Space, exec, ${pkgs.writeShellScript "fcitx5-cycle" ''
|
||||
|
|
@ -389,6 +391,8 @@
|
|||
xfce.thunar
|
||||
evince
|
||||
loupe
|
||||
wl-clipboard
|
||||
cliphist
|
||||
];
|
||||
|
||||
# Hyprland-specific shell configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue