diff options
| author | tslil <tslil@posteo.de> | 2026-04-06 11:19:36 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-06 11:19:39 +0100 |
| commit | ae717b007284b2396e6460f281d7dec8e7b5211c (patch) | |
| tree | 7b5fa7876632e1f2a5970f8d85a809f47ff5e5a5 /river | |
| parent | f8102e316c6f284d50784c600a6cf7096c48c0b6 (diff) | |
[river] refactor inits
Diffstat (limited to 'river')
| -rwxr-xr-x | river/init | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -12,12 +12,14 @@ 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 XDG_SESSION_DESKTOP XDG_SESSION_TYPE -killall channel; channel & -killall kanshi; kanshi & -killall gammastep; gammastep -l 51.8:-1.3 -t 5000:4000 & -killall waybar; waybar & -killall handy; handy --start-hidden & +for prog in channel kanshi gammastep waybar hand awww-daemon; do + killall -9 $prog +done -(sleep 1; killall awww-daemon; awww-daemon &) & +channel & +kanshi & +gammastep -l 51.8:-1.3 -t 5000:4000 & +waybar & +handy --start-hidden & machi |
