Increase clipman elements to 50
This commit is contained in:
parent
cf183235bf
commit
f6feea4695
|
@ -274,7 +274,7 @@ bindsym XF86Explorer exec mpc next
|
|||
# Program keybindings
|
||||
#
|
||||
# clipman
|
||||
bindsym $mod+c exec clipman pick -t rofi
|
||||
bindsym $mod+c exec clipman pick -t rofi --max-items=50
|
||||
# grim
|
||||
bindsym Print exec grim
|
||||
# slurp + grim to clipboard
|
||||
|
@ -325,7 +325,8 @@ bindswitch --reload --locked lid:off output $monitor enable
|
|||
# Autostart programs
|
||||
#
|
||||
# clipman
|
||||
exec wl-paste -t text --watch clipman store
|
||||
exec wl-paste -t text --watch clipman store --max-items=50
|
||||
|
||||
# kanshi
|
||||
exec kanshi
|
||||
# tmux
|
||||
|
|
Loading…
Reference in New Issue