[rofi] Use primary clipboard + new shortcuts

This commit is contained in:
Sebastian Schulze 2015-11-20 19:24:17 +01:00
parent 61cc63f2bd
commit 81e8ffb37f
1 changed files with 8 additions and 7 deletions

View File

@ -27,7 +27,7 @@ count=2
# Clipboard settings
# Possible options: primary, clipboard, both
clip=primary
clip=clipboard
# Custom Keybindings
autotype="Alt+1"
@ -37,9 +37,10 @@ open_url="Alt+4"
copy_name="Alt+u"
copy_url="Alt+l"
copy_pass="Alt+p"
edit="Alt+9"
move="Alt+2"
delete="Alt+3"
copy_entry="Alt+c"
show="Control+Return"
generate="Alt+g"
show="Alt+o"
copy_entry="Alt+2"
type_entry="Alt+1"
copy_menu="Alt+c"
action_menu="Alt+a"
type_menu="Alt+t"
help="Alt+h"