Initial commit

This commit is contained in:
2025-11-28 16:44:06 -08:00
commit c673a0bda5
27 changed files with 1563 additions and 0 deletions

16
systemd/river.service Normal file
View File

@ -0,0 +1,16 @@
[Unit]
Description=A dynamic tiling Wayland compositor
Documentation=man:river(1)
BindsTo=river-session.target
Before=river-session.target
Wants=river-session-pre.target
After=river-session-pre.target
[Service]
Slice=session.slice
Type=notify
ExecStart=%h/.local/bin/river
Restart=on-failure
RestartSec=2
NotifyAccess=all
ExecStopPost=/usr/bin/systemctl --user unset-environment DISPLAY WAYLAND_DISPLAY