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