Merge pull request #17 from sleeyax/feat/clipboard-manager

Add clipboard manager
This commit is contained in:
Frost-Phoenix 2024-05-26 20:32:49 +02:00 committed by GitHub
commit a514193ae0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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

@ -49,6 +49,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