diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2022-05-22 02:18:57 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2022-05-22 02:18:57 +1200 |
commit | 8510039f4504888cc34bc316cc23e3aaecd4a512 (patch) | |
tree | b854fc8fd35844278c86ecb1ed70d0b70f72324d /parcellite | |
parent | Change dmenu_pass to type not copy the password (diff) | |
download | dotfiles-8510039f4504888cc34bc316cc23e3aaecd4a512.tar.gz dotfiles-8510039f4504888cc34bc316cc23e3aaecd4a512.zip |
Add configuration for Parcellite
Diffstat (limited to 'parcellite')
-rw-r--r-- | parcellite/parcelliterc | 41 | ||||
-rw-r--r-- | parcellite/xsession.d/redshift.sh | 2 |
2 files changed, 43 insertions, 0 deletions
diff --git a/parcellite/parcelliterc b/parcellite/parcelliterc new file mode 100644 index 00000000..fad0493e --- /dev/null +++ b/parcellite/parcelliterc @@ -0,0 +1,41 @@ +[rc] +RCVersion=1 +use_copy=true +use_primary=true +synchronize=false +save_history=true +history_pos=false +history_x=1 +history_y=1 +history_limit=64 +data_size=0 +item_size=8 +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=true +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= diff --git a/parcellite/xsession.d/redshift.sh b/parcellite/xsession.d/redshift.sh new file mode 100644 index 00000000..25241ab3 --- /dev/null +++ b/parcellite/xsession.d/redshift.sh @@ -0,0 +1,2 @@ +# Start parcellite(1) +parcellite & |