dotfiles

personal configuration files and scripts
git clone https://tongong.net/git/dotfiles.git
Log | Files | Refs | README

commit 9f34e1cef9fb5986dd1e81285bac7277cdcb3d53
parent 9ce3a90dd6c6c38b27114a4a31a985debbc5f02a
Author: tongong <tongong@gmx.net>
Date:   Mon, 25 Oct 2021 17:00:54 +0200

clipboard sync

Diffstat:
Mdwm/autostart.sh | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dwm/autostart.sh b/dwm/autostart.sh @@ -24,7 +24,11 @@ else # autostart programs clipmenud & - # syncthing -no-browser & + # i am really unhappy with this solution as i need to start 3 programs for + # clipboard management but i didn't find something better + autocutsel -fork + autocutsel -selection PRIMARY -fork + syncthing -no-browser & timetracker | timetracker-save & # set keyboard layout (required for xdotool to work properly)