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"
|
"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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue