forked from colonelpanic/dotfiles
[Linux] Use clipit instead of copyq
This commit is contained in:
25
dotfiles/config/clipit/clipitrc
Normal file
25
dotfiles/config/clipit/clipitrc
Normal 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
|
12
dotfiles/config/systemd/user/clipit.service
Normal file
12
dotfiles/config/systemd/user/clipit.service
Normal 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
|
@@ -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")
|
||||
|
Reference in New Issue
Block a user