DSK: Update, prune services, move tasks to dskrc
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
#! /usr/bin/env bash
|
||||
dropbox start
|
@@ -1,2 +0,0 @@
|
||||
#! /usr/bin/env bash
|
||||
exec kdeinit5
|
@@ -1,3 +0,0 @@
|
||||
#! /usr/bin/env bash
|
||||
command -v nitrogen > /dev/null 2>&1 || exit 0
|
||||
exec nitrogen --restore
|
@@ -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
|
@@ -1,5 +0,0 @@
|
||||
#! /usr/bin/env bash
|
||||
# No bell
|
||||
xset -b
|
||||
# No screen blanking
|
||||
xset s off
|
Reference in New Issue
Block a user