zellij: rounded_corners true

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-05-21 15:34:59 +03:00
parent a4b0f0847d
commit 785d13d7fd
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -13,6 +13,10 @@
normal { normal {
bind "Ctrl w" { SwitchToMode "pane"; } bind "Ctrl w" { SwitchToMode "pane"; }
bind "Ctrl '" { SwitchToMode "session"; } bind "Ctrl '" { SwitchToMode "session"; }
}
ui {
pane_frames {
rounded_corners true
} }
} }
''; '';