Remove leftover autostart

This commit is contained in:
2019-04-16 20:20:09 +02:00
parent eb32a88c20
commit 6928017688
3 changed files with 0 additions and 18 deletions

View File

@@ -1,3 +0,0 @@
#!/usr/bin/env bash
printf '%s' "starting gpg-agent"

View File

@@ -1,11 +0,0 @@
#!/usr/bin/env bash
printf '%s\n' "start compton"
systemd-run --remain-after-exit --user --setenv=DISPLAY=${DISPLAY} compton --backend glx --vsync opengl &
printf '%s\n' "disable screen blanking"
xset -dpms &
xset s off &
printf '%s\n' "disable wakeup when lid switched"
grep "^${ACPI_LID_NAME}.*enabled" /proc/acpi/wakeup && echo " ${ACPI_LID_NAME}" | sudo tee /proc/acpi/wakeup

View File

@@ -1,4 +0,0 @@
#!/usr/bin/env bash
printf '%s' "starting nextcloud"
systemd-run --user --setenv=DISPLAY=${DISPLAY} nextcloud