profile: add niri, kakoune: add key for peneira symbols

This commit is contained in:
2026-05-18 21:18:51 +02:00
parent 3aa7246458
commit 1743fc3cb0
2 changed files with 4 additions and 1 deletions

View File

@@ -40,7 +40,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 river kwm stdout-clock > /dev/null; then
if niri > /dev/null; then
exec niri
elif which river kwm stdout-clock > /dev/null; then
export XKB_DEFAULT_LAYOUT=pl
exec river -c 'stdout-clock | kwm'
elif which /usr/bin/sx > /dev/null; then