DSK: Update, add execs to run scripts
This commit is contained in:
parent
49e28221e3
commit
54a918ca79
@ -1,3 +1,3 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
[[ "$HOST" == "vm-*" ]] && exit 0
|
[[ "$HOST" == "vm-*" ]] && exit 0
|
||||||
compton
|
exec compton
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
dunst
|
exec dunst
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
i3
|
exec i3
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
kdeconnect-cli --refresh
|
exec kdeconnect-cli --refresh
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
kded5
|
exec kded5
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
kdeinit5
|
exec kdeinit5
|
||||||
|
@ -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,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,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,2 +1,2 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
pulseaudio --daemonize=no
|
exec pulseaudio --daemonize=no
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
redshift
|
exec redshift
|
||||||
trap "pkill -P \"$PID\"" EXIT
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
syncthing --no-browser
|
exec syncthing --no-browser
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
tint2
|
exec tint2
|
||||||
|
2
.dsk
2
.dsk
@ -1 +1 @@
|
|||||||
Subproject commit ec5b6a79a2dd0dd24a67230bf4eb7a8bde0b9060
|
Subproject commit 140f9e267103f501ac16578fc5dde773375e2c56
|
Loading…
Reference in New Issue
Block a user