aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/maomao/autostart.sh6
-rw-r--r--README.md2
-rw-r--r--screenshot.jpgbin811443 -> 838946 bytes
3 files changed, 5 insertions, 3 deletions
diff --git a/.config/maomao/autostart.sh b/.config/maomao/autostart.sh
index 1130af0..025027b 100755
--- a/.config/maomao/autostart.sh
+++ b/.config/maomao/autostart.sh
@@ -14,6 +14,10 @@ pkill -f /usr/local/libexec/xdg-desktop-portal-wlr
pkill -f waybar
waybar &
+# Start Kanshi
+pkill -f kanshi
+kanshi &
+
# $wallpaper is set in your shells config file like below.
read -r wallpaper<"$HOME/.cache/wallpaper"
pkill -f swaybg
@@ -34,5 +38,3 @@ mixer vol.mute="$(grep 'vol.mute=' ~/.cache/audio-volume | awk -F '=' '{print $2
sh "$HOME/.config/waybar/scripts/swayidle-update.sh"
-# Focus HDMI-A-1 if available on startup
-mmsg -d focusmon,HDMI-A-1
diff --git a/README.md b/README.md
index 7453729..e736dc6 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ The wallpaper featured in the screenshots can be found here: https://cdna.artsta
- **Shell** --- [oksh](https://github.com/ibara/oksh)
- **Completion** --- [Custom oksh Completion](https://git.smithies.me.uk/freebsd-dotfiles/tree/.kshrc)
- **Terminal** --- [Foot](https://codeberg.org/dnkl/foot)
-- **Notification Daemon** --- [Mako](https://github.com/emersion/mako)
+- **Notification Daemon** --- [Dunst](https://github.com/dunst-project/dunst)
- **Notification Client** --- [FYI](https://codeberg.org/dnkl/fyi)
- **Application Launcher** --- [rofi-wayland](https://github.com/lbonn/rofi)
- **File Manager** --- [LF](https://github.com/gokcehan/lf)
diff --git a/screenshot.jpg b/screenshot.jpg
index 0a36a00..4121b35 100644
--- a/screenshot.jpg
+++ b/screenshot.jpg
Binary files differ