aboutsummaryrefslogtreecommitdiff
path: root/bin/autostart-wayland
diff options
context:
space:
mode:
Diffstat (limited to 'bin/autostart-wayland')
-rwxr-xr-xbin/autostart-wayland17
1 files changed, 0 insertions, 17 deletions
diff --git a/bin/autostart-wayland b/bin/autostart-wayland
deleted file mode 100755
index d74ecb0..0000000
--- a/bin/autostart-wayland
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/env bash
-
-[ -f /usr/bin/fcitx5 ] && fcitx5 -d
-
-[ -f /usr/bin/dunst ] && dunst &
-[ -f /usr/bin/udiskie ] && udiskie -a -n -s --appindicator &
-
-[ -f /usr/bin/clipmenud ] && clipmenud &
-
-command -v gammastep > /dev/null && \
- command -v awk > /dev/null && \
- command -v tr > /dev/null && \
- gammastep \
- -l $(curl -s "https://location.services.mozilla.com/v1/geolocate?key=geoclue" | awk 'OFS=":" {print $3,$5}' | tr -d ',}') \
- -m wayland
-
-[ -x "$HOME/.local/autostart" ] && "$HOME/.local/autostart"