DSK: Update, add execs to run scripts

This commit is contained in:
2018-11-19 17:14:32 -06:00
parent 49e28221e3
commit 54a918ca79
14 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#! /usr/bin/env bash #! /usr/bin/env bash
[[ "$HOST" == "vm-*" ]] && exit 0 [[ "$HOST" == "vm-*" ]] && exit 0
compton exec compton
+1 -1
View File
@@ -1,2 +1,2 @@
#! /usr/bin/env bash #! /usr/bin/env bash
dunst exec dunst
+1 -1
View File
@@ -1,2 +1,2 @@
#! /usr/bin/env bash #! /usr/bin/env bash
i3 exec i3
+1 -1
View File
@@ -1,2 +1,2 @@
#! /usr/bin/env bash #! /usr/bin/env bash
kdeconnect-cli --refresh exec kdeconnect-cli --refresh
+1 -1
View File
@@ -1,2 +1,2 @@
#! /usr/bin/env bash #! /usr/bin/env bash
kded5 exec kded5
+1 -1
View File
@@ -1,2 +1,2 @@
#! /usr/bin/env bash #! /usr/bin/env bash
kdeinit5 exec kdeinit5
+1 -1
View File
@@ -1,3 +1,3 @@
#! /usr/bin/env bash #! /usr/bin/env bash
which nitrogen > /dev/null 2>&1 || exit 0 which nitrogen > /dev/null 2>&1 || exit 0
nitrogen --restore exec nitrogen --restore
+1 -1
View File
@@ -1,2 +1,2 @@
#! /usr/bin/env bash #! /usr/bin/env bash
/usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1 exec /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
+1 -1
View File
@@ -1,2 +1,2 @@
#! /usr/bin/env bash #! /usr/bin/env bash
/usr/lib/x86_64-linux-gnu/libexec/org_kde_powerdevil exec /usr/lib/x86_64-linux-gnu/libexec/org_kde_powerdevil
+1 -1
View File
@@ -1,2 +1,2 @@
#! /usr/bin/env bash #! /usr/bin/env bash
pulseaudio --daemonize=no exec pulseaudio --daemonize=no
+1 -2
View File
@@ -1,3 +1,2 @@
#! /usr/bin/env bash #! /usr/bin/env bash
redshift exec redshift
trap "pkill -P \"$PID\"" EXIT
+1 -1
View File
@@ -1,2 +1,2 @@
#! /usr/bin/env bash #! /usr/bin/env bash
syncthing --no-browser exec syncthing --no-browser
+1 -1
View File
@@ -1,2 +1,2 @@
#! /usr/bin/env bash #! /usr/bin/env bash
tint2 exec tint2
+1 -1
Submodule .dsk updated: ec5b6a79a2...140f9e2671