From fbd3688b28f04e963249efc469f179c7aacddf62 Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Sat, 30 Oct 2021 10:06:40 +0200 Subject: [PATCH] syncthing: add systemd autostart on login --- scripts/install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 0b958da..054586b 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -321,12 +321,6 @@ install_i3() { # ln -s $f /home/$USER/$f # done -# $SUDO cat <<-EOF > /usr/share/dbus-1/services/org.freedesktop.Notifications.service -# [D-BUS Service] -# Name=org.freedesktop.Notifications -# Exec=/usr/lib/notification-daemon/notification-daemon -#EOF - echo "... setting capslock to control" $SUDO sed -i "s/^XKBOPTIONS=.*/XKBOPTIONS=\"ctrl:nocaps\"/" /etc/default/keyboard