diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-06-20 08:25:18 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-06-20 08:25:18 +0100 |
commit | a4b37d12162d8eee397a5006ac1eeabd5f201c0b (patch) | |
tree | e339caae64d3f20acd1a9071805c36273c285633 /i3 | |
parent | 62d1443edb60ad43812fbd515490279048360a76 (diff) | |
download | dotnvim-a4b37d12162d8eee397a5006ac1eeabd5f201c0b.tar.gz dotnvim-a4b37d12162d8eee397a5006ac1eeabd5f201c0b.zip |
Clipboard manager
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ exec --no-startup-id nm-applet # For bluetooth. exec --no-startup-id blueman-applet +# Clipboard manager +exec --no-startup-id xfce4-clipman + # Few start-up things. exec --no-startup-id redshift-gtk exec --no-startup-id liferea |