[Linux] Replace copyq with parcellite

This commit is contained in:
Ivan Malison 2016-09-20 04:04:34 -07:00
parent b00f6da09f
commit d0ce267e47
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
6 changed files with 53 additions and 5 deletions

View File

@ -25,8 +25,7 @@
/sparkleshare/avatars/
/sparkleshare/logs
/spotify
/systemd/user/default.target.wants
/systemd/user/sockets.target.wants
/systemd/user/*.target.wants/
/totem/
/transmission/dht.dat
/transmission/resume

View File

@ -0,0 +1,41 @@
[rc]
RCVersion=1
use_copy=true
use_primary=true
synchronize=true
save_history=true
history_pos=false
history_x=1
history_y=1
history_limit=1000
data_size=0
item_size=5
automatic_paste=false
auto_key=false
auto_mouse=true
key_input=false
restore_empty=true
rc_edit=false
type_search=false
case_search=false
ignore_whiteonly=false
trim_wspace_begend=false
trim_newline=false
hyperlinks_only=false
confirm_clear=true
current_on_top=true
single_line=true
reverse_history=false
item_length=50
persistent_history=false
persistent_separate=false
persistent_on_top=false
persistent_delim=\\n
nonprint_disp=false
ellipsize=2
multi_user=true
icon_name=parcellite
menu_key=
history_key=
phistory_key=
actions_key=

View File

@ -0,0 +1,9 @@
[Unit]
Description=Parcellite clipboard manager
[Service]
ExecStart=/usr/bin/parcellite
Restart=on-abort
[Install]
WantedBy=graphical.target

View File

@ -7,4 +7,4 @@ ExecStop=/usr/bin/sparkleshare stop
Type=forking
[Install]
WantedBy=default.target
WantedBy=graphical.target

View File

@ -60,7 +60,6 @@ myStartup = do
-- TODO: Figure out how to set different backgrounds for different x
-- monitors
-- spawn "feh --bg-scale /usr/share/backgrounds/gnome/Blinds.jpg"
spawn "copyq"
-- Local Variables:
-- flycheck-ghc-args: ("-Wno-missing-signatures")

View File

@ -32,7 +32,7 @@ SERVICES = [
USER_SERVICES = [
"sparkleshare.service",
"sparkleshare.service", "parcellite.service",
]