profile: add niri, kakoune: add key for peneira symbols
This commit is contained in:
@@ -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>'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user