diff options
| author | tslil <tslil@posteo.de> | 2026-04-14 10:53:41 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-14 10:53:45 +0100 |
| commit | 6cb2441c0d932df3ca14ed3eadc1b3c804a5acbf (patch) | |
| tree | 52528f05625f4dcbaf4279c8aff946fce4644443 | |
| parent | b6d206a9260f041648eb5fd9a508eff292a5260a (diff) | |
[river] make sure to start mako
| -rwxr-xr-x | river/init | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,7 @@ systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP hash dbus-update-activation-environment 2>/dev/null && \ dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP -for prog in channel kanshi gammastep waybar hand awww-daemon; do +for prog in channel kanshi gammastep waybar handy awww-daemon mako; do killall -9 $prog done @@ -23,5 +23,6 @@ kanshi & gammastep -l 51.8:-1.3 -t 5000:4000 & waybar & handy --start-hidden & +mako & machi |
