add clipboard manager
This commit is contained in:
parent
89a27c5d15
commit
c9fd0fd8d8
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue