DSK: Update, add execs to run scripts

This commit is contained in:
Salt 2018-11-19 17:14:32 -06:00
parent 49e28221e3
commit 54a918ca79
14 changed files with 14 additions and 15 deletions

View File

@ -1,3 +1,3 @@
#! /usr/bin/env bash
[[ "$HOST" == "vm-*" ]] && exit 0
compton
exec compton

View File

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

View File

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

View File

@ -1,2 +1,2 @@
#! /usr/bin/env bash
kdeconnect-cli --refresh
exec kdeconnect-cli --refresh

View File

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

View File

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

View File

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

View File

@ -1,2 +1,2 @@
#! /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

View File

@ -1,2 +1,2 @@
#! /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

View File

@ -1,2 +1,2 @@
#! /usr/bin/env bash
pulseaudio --daemonize=no
exec pulseaudio --daemonize=no

View File

@ -1,3 +1,2 @@
#! /usr/bin/env bash
redshift
trap "pkill -P \"$PID\"" EXIT
exec redshift

View File

@ -1,2 +1,2 @@
#! /usr/bin/env bash
syncthing --no-browser
exec syncthing --no-browser

View File

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

2
.dsk

@ -1 +1 @@
Subproject commit ec5b6a79a2dd0dd24a67230bf4eb7a8bde0b9060
Subproject commit 140f9e267103f501ac16578fc5dde773375e2c56