From b5d772f01e410d4fe0dcdc661c958657fbf0ca28 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 19 Jun 2022 23:56:13 +0800 Subject: Switch to swaywm --- bin/autostart-wayland | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bin/autostart-wayland (limited to 'bin/autostart-wayland') 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" -- cgit v1.2.3