Skip to content

Commit

Permalink
Keep clipboard history only when marked as favorite
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 17, 2024
1 parent 11cd156 commit b81d29f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ in
"org/gnome/shell/extensions/clipboard-history" = {
history-size = 100;
toggle-menu = [ "<Super>v" ]; # default: ['<Super><Shift>v']
cache-only-favorites = true;
};

"org/gnome/shell/extensions/just-perfection" = {
Expand Down

0 comments on commit b81d29f

Please sign in to comment.