add kwm window manager (river+kwm), remove old river config

This commit is contained in:
2026-05-09 19:36:49 +02:00
parent b4ebc3f4f3
commit b6f9d9c9b5
11 changed files with 1236 additions and 292 deletions

View File

@@ -38,7 +38,9 @@ export GOBIN=~/.local/bin
# start X or Hyprland at login
if [ -z "$DISPLAY" -a -z "$WAYLAND_DISPLAY" -a "$(tty)" = /dev/tty1 ]; then
if which /usr/bin/sx > /dev/null; then
if which river kwm stdout-clock > /dev/null; then
exec river -c 'stdout-clock | kwm'
elif which /usr/bin/sx > /dev/null; then
exec /usr/bin/sx ~/.xsession
elif which /usr/bin/startx > /dev/null; then
exec /usr/bin/startx ~/.xsession