diff --git a/kakoune/.config/kak/kakrc b/kakoune/.config/kak/kakrc index ee95f36..c55a4d3 100644 --- a/kakoune/.config/kak/kakrc +++ b/kakoune/.config/kak/kakrc @@ -205,5 +205,6 @@ bundle 'peneira' 'https://github.com/gustavo-hms/peneira' %{ map global -docstring 'Files' peneira-mode 'f' ': peneira-files' map global -docstring 'Files' peneira-mode 'F' ': peneira-local-files' map global -docstring 'Lines' peneira-mode 'l' ': peneira-lines' + map global -docstring 'Symbols' peneira-mode 's' ': peneira-symbols' map global -docstring 'Recent files' peneira-mode 'r' ': peneira-recent-files' } diff --git a/shell/.profile b/shell/.profile index 9a8530a..e1dcbe2 100644 --- a/shell/.profile +++ b/shell/.profile @@ -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