mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 18:38:00 +00:00
Add gpaste conf and remove clipboard-indicator
This commit is contained in:
parent
848cd57045
commit
12271fe6b9
@ -1235,7 +1235,7 @@ map kitty_mod+page_up scroll_page_up
|
|||||||
map kitty_mod+page_down scroll_page_down
|
map kitty_mod+page_down scroll_page_down
|
||||||
map kitty_mod+home scroll_home
|
map kitty_mod+home scroll_home
|
||||||
map kitty_mod+end scroll_end
|
map kitty_mod+end scroll_end
|
||||||
map kitty_mod+f launch --type=overlay --stdin-add-formatting --stdin-source=@screen_scrollback fzf --ansi --no-sort --no-mouse --exact -i
|
map kitty_mod+f launch --type=overlay --stdin-source=@screen_scrollback fzf --tac --no-sort --no-mouse -i
|
||||||
|
|
||||||
#: You can pipe the contents of the current screen + history buffer as
|
#: You can pipe the contents of the current screen + history buffer as
|
||||||
#: STDIN to an arbitrary program using the ``launch`` function. For
|
#: STDIN to an arbitrary program using the ``launch`` function. For
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
# dconf-path=/org/gnome/shell/extensions/clipboard-indicator/
|
|
||||||
|
|
||||||
[/]
|
|
||||||
clear-history=@as []
|
|
||||||
history-size=150
|
|
||||||
move-item-first=true
|
|
||||||
next-entry=@as []
|
|
||||||
notify-on-copy=false
|
|
||||||
prev-entry=@as []
|
|
||||||
preview-size=50
|
|
||||||
strip-text=false
|
|
||||||
toggle-menu=['<Primary><Alt>h']
|
|
||||||
topbar-preview-size=50
|
|
7
dconf/gpaste.ini
Normal file
7
dconf/gpaste.ini
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# dconf-path=/org/gnome/GPaste/
|
||||||
|
|
||||||
|
[/]
|
||||||
|
history-name='history'
|
||||||
|
max-history-size=uint64 200
|
||||||
|
save-history=false
|
||||||
|
sync-primary-to-clipboard=''
|
Loading…
Reference in New Issue
Block a user