From 80138b9eea02dbb79c0b0eaf6cb70db81530ea7e Mon Sep 17 00:00:00 2001 From: David Todd Date: Fri, 9 Oct 2020 12:04:15 -0500 Subject: [PATCH] Replace synergy with barrier --- home/.config/i3/conf.d/autostart.conf | 3 ++- home/.config/i3/config | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/home/.config/i3/conf.d/autostart.conf b/home/.config/i3/conf.d/autostart.conf index 29cda8c..5f8ae24 100644 --- a/home/.config/i3/conf.d/autostart.conf +++ b/home/.config/i3/conf.d/autostart.conf @@ -21,6 +21,7 @@ exec --no-startup-id xautolock -time 10 -locker 'i3lock-fancy -p' & exec --no-startup-id compton --config ~/.config/compton.conf & # Network Keyboard/Mouse/Clipboard -exec --no-startup-id synergy & +#exec --no-startup-id synergy & +exec --no-startup-id barrier & # End autostart configuration diff --git a/home/.config/i3/config b/home/.config/i3/config index d47eb9c..9e89283 100644 --- a/home/.config/i3/config +++ b/home/.config/i3/config @@ -464,6 +464,7 @@ exec --no-startup-id xautolock -time 10 -locker 'i3lock-fancy -p' & exec --no-startup-id compton --config ~/.config/compton.conf & # Network Keyboard/Mouse/Clipboard -exec --no-startup-id synergy & +#exec --no-startup-id synergy & +exec --no-startup-id barrier & # End autostart configuration