add clipboard manager

This commit is contained in:
Sleeyax 2024-05-24 23:43:48 +02:00
parent 89a27c5d15
commit c9fd0fd8d8
2 changed files with 6 additions and 0 deletions

View file

@ -16,6 +16,7 @@
"poweralertd &"
"waybar &"
"mako &"
"wl-paste --watch cliphist store &"
];
input = {
@ -215,6 +216,9 @@
",XF86MonBrightnessDown, exec, brightnessctl set 5%-"
"$mainMod, XF86MonBrightnessUp, exec, brightnessctl set 100%+"
"$mainMod, XF86MonBrightnessDown, exec, brightnessctl set 100%-"
# clipboard manager
"$mainMod, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy"
];
# mouse binding

View file

@ -48,6 +48,8 @@
pamixer # pulseaudio command line mixer
pavucontrol # pulseaudio volume controle (GUI)
playerctl # controller for media players
wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste)
cliphist # clipboard manager
poweralertd
qalculate-gtk # calculator
unzip