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

@@ -205,5 +205,6 @@ bundle 'peneira' 'https://github.com/gustavo-hms/peneira' %{
map global -docstring 'Files' peneira-mode 'f' ': peneira-files<ret>' map global -docstring 'Files' peneira-mode 'f' ': peneira-files<ret>'
map global -docstring 'Files' peneira-mode 'F' ': peneira-local-files<ret>' map global -docstring 'Files' peneira-mode 'F' ': peneira-local-files<ret>'
map global -docstring 'Lines' peneira-mode 'l' ': peneira-lines<ret>' map global -docstring 'Lines' peneira-mode 'l' ': peneira-lines<ret>'
map global -docstring 'Symbols' peneira-mode 's' ': peneira-symbols<ret>'
map global -docstring 'Recent files' peneira-mode 'r' ': peneira-recent-files<ret>' map global -docstring 'Recent files' peneira-mode 'r' ': peneira-recent-files<ret>'
} }

View File

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