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
|
# Program keybindings
|
||||||
#
|
#
|
||||||
# clipman
|
# clipman
|
||||||
bindsym $mod+c exec clipman pick -t rofi
|
bindsym $mod+c exec clipman pick -t rofi --max-items=50
|
||||||
# grim
|
# grim
|
||||||
bindsym Print exec grim
|
bindsym Print exec grim
|
||||||
# slurp + grim to clipboard
|
# slurp + grim to clipboard
|
||||||
|
@ -325,7 +325,8 @@ bindswitch --reload --locked lid:off output $monitor enable
|
||||||
# Autostart programs
|
# Autostart programs
|
||||||
#
|
#
|
||||||
# clipman
|
# clipman
|
||||||
exec wl-paste -t text --watch clipman store
|
exec wl-paste -t text --watch clipman store --max-items=50
|
||||||
|
|
||||||
# kanshi
|
# kanshi
|
||||||
exec kanshi
|
exec kanshi
|
||||||
# tmux
|
# tmux
|
||||||
|
|
Loading…
Reference in New Issue