DSK: Update, prune services, move tasks to dskrc

This commit is contained in:
2018-12-09 13:02:49 -06:00
parent ea80e33ddd
commit 3544a06788
7 changed files with 17 additions and 19 deletions

View File

@@ -1,2 +0,0 @@
#! /usr/bin/env bash
dropbox start

View File

@@ -1,2 +0,0 @@
#! /usr/bin/env bash
exec kdeinit5

View File

@@ -1,3 +0,0 @@
#! /usr/bin/env bash
command -v nitrogen > /dev/null 2>&1 || exit 0
exec nitrogen --restore

View File

@@ -1,5 +0,0 @@
#! /usr/bin/env bash
[ -r ~/.Xresources ] && xrdb ~/.Xresources
for file in "$XDG_CONFIG_HOME"/xrdb/*.xresources; do
[ -r "$file" ] && xrdb -merge "$file"
done

View File

@@ -1,5 +0,0 @@
#! /usr/bin/env bash
# No bell
xset -b
# No screen blanking
xset s off