diff --git a/parcellite/parcelliterc b/parcellite/parcelliterc new file mode 100644 index 0000000..de91fb6 --- /dev/null +++ b/parcellite/parcelliterc @@ -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=P +history_key=H +phistory_key=X +actions_key=A diff --git a/systemd/user/graphical-session.target.wants/autocutsel@CLIPBOARD.service b/systemd/user/graphical-session.target.wants/autocutsel@CLIPBOARD.service deleted file mode 120000 index 2d2794e..0000000 --- a/systemd/user/graphical-session.target.wants/autocutsel@CLIPBOARD.service +++ /dev/null @@ -1 +0,0 @@ -/home/frebib/.config/systemd/user/autocutsel@.service \ No newline at end of file diff --git a/systemd/user/graphical-session.target.wants/autocutsel@PRIMARY.service b/systemd/user/graphical-session.target.wants/autocutsel@PRIMARY.service deleted file mode 120000 index 2d2794e..0000000 --- a/systemd/user/graphical-session.target.wants/autocutsel@PRIMARY.service +++ /dev/null @@ -1 +0,0 @@ -/home/frebib/.config/systemd/user/autocutsel@.service \ No newline at end of file diff --git a/systemd/user/graphical-session.target.wants/autocutsel@SECONDARY.service b/systemd/user/graphical-session.target.wants/autocutsel@SECONDARY.service deleted file mode 120000 index 2d2794e..0000000 --- a/systemd/user/graphical-session.target.wants/autocutsel@SECONDARY.service +++ /dev/null @@ -1 +0,0 @@ -/home/frebib/.config/systemd/user/autocutsel@.service \ No newline at end of file diff --git a/systemd/user/graphical-session.target.wants/parcellite.service b/systemd/user/graphical-session.target.wants/parcellite.service new file mode 120000 index 0000000..c66dd85 --- /dev/null +++ b/systemd/user/graphical-session.target.wants/parcellite.service @@ -0,0 +1 @@ +/home/frebib/.config/systemd/user/parcellite.service \ No newline at end of file diff --git a/systemd/user/autocutsel@.service b/systemd/user/parcellite.service similarity index 62% rename from systemd/user/autocutsel@.service rename to systemd/user/parcellite.service index 5b87d7a..aa5ae4d 100644 --- a/systemd/user/autocutsel@.service +++ b/systemd/user/parcellite.service @@ -1,12 +1,11 @@ [Unit] -Description=autocutsel selection %i +Description=Lightweight GTK+ clipboard manager PartOf=graphical-session.target Requires=xorg.target After=xorg.target [Service] -ExecStart=/usr/bin/autocutsel -selection %i +ExecStart=/usr/bin/parcellite -n [Install] WantedBy=graphical-session.target -