Compare commits

..

2 Commits

Author SHA1 Message Date
a7ea3141a6 kak: remove packages: themes and peneira 2026-06-29 22:28:43 +02:00
88f096e972 default to dwm on X11 2026-06-29 22:28:43 +02:00

View File

@@ -55,6 +55,10 @@ if [ -z "$DISPLAY" -a -z "$WAYLAND_DISPLAY" -a "$(tty)" = /dev/tty1 ]; then
elif which river rill > /dev/null; then elif which river rill > /dev/null; then
export XKB_DEFAULT_LAYOUT=pl export XKB_DEFAULT_LAYOUT=pl
exec river -c rill exec river -c rill
if 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
elif which Hyprland > /dev/null && [ -d ~/.config/hypr ]; then elif which Hyprland > /dev/null && [ -d ~/.config/hypr ]; then
exec Hyprland exec Hyprland
elif which river > /dev/null && [ -d ~/.config/river ]; then elif which river > /dev/null && [ -d ~/.config/river ]; then