mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
systemd: replace autocutsel with parcellite
Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
7b8191b737
commit
1272045e9a
41
parcellite/parcelliterc
Normal file
41
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=25
|
||||||
|
data_size=0
|
||||||
|
item_size=5
|
||||||
|
automatic_paste=true
|
||||||
|
auto_key=false
|
||||||
|
auto_mouse=true
|
||||||
|
key_input=true
|
||||||
|
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=false
|
||||||
|
icon_name=parcellite
|
||||||
|
menu_key=<Ctrl><Alt>P
|
||||||
|
history_key=<Ctrl><Alt>H
|
||||||
|
phistory_key=<Ctrl><Alt>X
|
||||||
|
actions_key=<Ctrl><Alt>A
|
@ -1 +0,0 @@
|
|||||||
/home/frebib/.config/systemd/user/autocutsel@.service
|
|
@ -1 +0,0 @@
|
|||||||
/home/frebib/.config/systemd/user/autocutsel@.service
|
|
@ -1 +0,0 @@
|
|||||||
/home/frebib/.config/systemd/user/autocutsel@.service
|
|
1
systemd/user/graphical-session.target.wants/parcellite.service
Symbolic link
1
systemd/user/graphical-session.target.wants/parcellite.service
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/frebib/.config/systemd/user/parcellite.service
|
@ -1,12 +1,11 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=autocutsel selection %i
|
Description=Lightweight GTK+ clipboard manager
|
||||||
PartOf=graphical-session.target
|
PartOf=graphical-session.target
|
||||||
Requires=xorg.target
|
Requires=xorg.target
|
||||||
After=xorg.target
|
After=xorg.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/autocutsel -selection %i
|
ExecStart=/usr/bin/parcellite -n
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=graphical-session.target
|
WantedBy=graphical-session.target
|
||||||
|
|
Loading…
Reference in New Issue
Block a user