[Linux] Use clipit instead of copyq

This commit is contained in:
2017-12-14 16:55:43 -08:00
parent 7e4cd192bc
commit 22ec242f99
5 changed files with 107 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
[rc]
use_copy=true
use_primary=true
synchronize=true
automatic_paste=false
show_indexes=true
save_uris=true
use_rmb_menu=false
save_history=true
history_limit=500
items_menu=20
statics_show=true
statics_items=10
hyperlinks_only=false
confirm_clear=false
single_line=true
reverse_history=false
item_length=50
ellipsize=2
history_key=
actions_key=
menu_key=
search_key=
offline_key=
offline_mode=false

View File

@@ -0,0 +1,12 @@
[Unit]
Description=clipit
Wants=taffybar.service
After=taffybar.service
[Service]
Type=simple
ExecStart=/usr/bin/env clipit
ExecStop=/usr/bin/pkill clipit
[Install]
WantedBy=wm.target

View File

@@ -973,7 +973,7 @@ addKeys conf@XConfig { modMask = modm } =
, ((modm, xK_v), spawn "copyq paste")
, ((modm .|. controlMask, xK_s), spawn "split_current_chrome_tab.sh")
, ((hyper, xK_v), spawn "copyq_rofi.sh")
, ((hyper, xK_v), spawn "clipit_rofi.sh")
, ((hyper, xK_p), spawn "rofi-pass")
, ((hyper, xK_h), spawn "screenshot.sh")
, ((hyper, xK_c), spawn "shell_command.sh")