aboutsummaryrefslogtreecommitdiff
path: root/.scripts/code
diff options
context:
space:
mode:
authorMarvin Borner2020-04-02 22:23:41 +0200
committerMarvin Borner2020-04-02 22:23:41 +0200
commitec1c4e9219b219c38325c9c6b8a12d0da03f67cd (patch)
treee773fee2152e7be7fe2435b3c38ece6597733eb9 /.scripts/code
parent634a5a01a111169afa8ecbd8917dc853b10adb72 (diff)
Added thunderbird to environment
Diffstat (limited to '.scripts/code')
-rwxr-xr-x.scripts/code18
1 files changed, 0 insertions, 18 deletions
diff --git a/.scripts/code b/.scripts/code
deleted file mode 100755
index 922a5f6..0000000
--- a/.scripts/code
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env sh
-
-notify-send -u critical "Waiting for internet connection..."
-while ! ping -qc1 8.8.8.8 ; do sleep 0.1 ; done
-notify-send -u critical "Found network!"
-
-exec qutebrowser &
-exec st &
-
-exec telegram-desktop &
-exec signal-desktop &
-exec discord &
-exec whatsapp-nativefier-dark &
-
-exec spotify
-dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Play
-
-notify-send -u critical "Welcome back, Melvin!"