Compare commits

..

2 Commits

Author SHA1 Message Date
e0aa5923e9 kak: remove packages: themes and peneira 2026-06-29 22:31:59 +02:00
3d1c25ebfe default to dwm on X11 2026-06-29 22:31:59 +02:00

View File

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