[Linux] Replace copyq with parcellite
This commit is contained in:
parent
b00f6da09f
commit
d0ce267e47
3
dotfiles/config/.gitignore
vendored
3
dotfiles/config/.gitignore
vendored
@ -25,8 +25,7 @@
|
|||||||
/sparkleshare/avatars/
|
/sparkleshare/avatars/
|
||||||
/sparkleshare/logs
|
/sparkleshare/logs
|
||||||
/spotify
|
/spotify
|
||||||
/systemd/user/default.target.wants
|
/systemd/user/*.target.wants/
|
||||||
/systemd/user/sockets.target.wants
|
|
||||||
/totem/
|
/totem/
|
||||||
/transmission/dht.dat
|
/transmission/dht.dat
|
||||||
/transmission/resume
|
/transmission/resume
|
||||||
|
41
dotfiles/config/parcellite/parcelliterc
Normal file
41
dotfiles/config/parcellite/parcelliterc
Normal 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=
|
9
dotfiles/config/systemd/user/parcellite.service
Normal file
9
dotfiles/config/systemd/user/parcellite.service
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Parcellite clipboard manager
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/parcellite
|
||||||
|
Restart=on-abort
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=graphical.target
|
@ -7,4 +7,4 @@ ExecStop=/usr/bin/sparkleshare stop
|
|||||||
Type=forking
|
Type=forking
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=graphical.target
|
||||||
|
@ -60,7 +60,6 @@ myStartup = do
|
|||||||
-- TODO: Figure out how to set different backgrounds for different x
|
-- TODO: Figure out how to set different backgrounds for different x
|
||||||
-- monitors
|
-- monitors
|
||||||
-- spawn "feh --bg-scale /usr/share/backgrounds/gnome/Blinds.jpg"
|
-- spawn "feh --bg-scale /usr/share/backgrounds/gnome/Blinds.jpg"
|
||||||
spawn "copyq"
|
|
||||||
|
|
||||||
-- Local Variables:
|
-- Local Variables:
|
||||||
-- flycheck-ghc-args: ("-Wno-missing-signatures")
|
-- flycheck-ghc-args: ("-Wno-missing-signatures")
|
||||||
|
@ -32,7 +32,7 @@ SERVICES = [
|
|||||||
|
|
||||||
|
|
||||||
USER_SERVICES = [
|
USER_SERVICES = [
|
||||||
"sparkleshare.service",
|
"sparkleshare.service", "parcellite.service",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user