Skip to content

Commit

Permalink
wayland(cliphist): passing 200 to max items flag
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Sep 29, 2023
1 parent e2e4a9e commit e137af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/modules/desktop/hyprland/clipboard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
];

xdg.configFile."hypr/hyprland.conf".text = ''
exec-once = ${pkgs.wl-clipboard}/bin/wl-paste --watch ${pkgs.cliphist}/bin/cliphist store
exec-once = ${pkgs.wl-clipboard}/bin/wl-paste --watch ${pkgs.cliphist}/bin/cliphist store -max-items 200
'';
}

0 comments on commit e137af8

Please sign in to comment.