aboutsummaryrefslogtreecommitdiff
path: root/bin/autostart-wayland
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-06-19 23:56:13 +0800
committerGuangxiong Lin <[email protected]>2022-06-19 23:56:13 +0800
commitb5d772f01e410d4fe0dcdc661c958657fbf0ca28 (patch)
tree54d3a01f991613df21e2e94ae4085d9b350a7308 /bin/autostart-wayland
parent36286917b3e209fc4556d7350c065aee55a6f7ec (diff)
downloaddotfiles-b5d772f01e410d4fe0dcdc661c958657fbf0ca28.tar.gz
dotfiles-b5d772f01e410d4fe0dcdc661c958657fbf0ca28.tar.bz2
dotfiles-b5d772f01e410d4fe0dcdc661c958657fbf0ca28.zip
Switch to swaywm
Diffstat (limited to 'bin/autostart-wayland')
-rwxr-xr-xbin/autostart-wayland10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/autostart-wayland b/bin/autostart-wayland
new file mode 100755
index 0000000..f725c20
--- /dev/null
+++ b/bin/autostart-wayland
@@ -0,0 +1,10 @@
+#!/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 &
+
+[ -x "$HOME/.local/autostart" ] && "$HOME/.local/autostart"