DSK: Update, add execs to run scripts
This commit is contained in:
@@ -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
Submodule .dsk updated: ec5b6a79a2...140f9e2671
Reference in New Issue
Block a user