Compare commits

...

2 commits

Author SHA1 Message Date
17d13449cc helix: Make non visible characters visible
I always don't see the trailing spaces, and want to see them now.
2026-01-18 15:44:12 +09:00
2a0c78d80e Add aditional explanation to wlogout 2026-01-18 15:43:51 +09:00
2 changed files with 10 additions and 2 deletions

View file

@ -1,2 +1,10 @@
theme = "jeenas"
editor.rulers = [80]
[editor.whitespace]
render = "all"
[editor.whitespace.characters]
space = "·"
tab = "→"
newline = "↵"

View file

@ -7,7 +7,7 @@
{
"label" : "hibernate",
"action" : "systemctl hibernate",
"text" : "Hibernate",
"text" : "Hibernate (SSD)",
"keybind" : "h"
}
{
@ -25,7 +25,7 @@
{
"label" : "suspend",
"action" : "systemctl suspend",
"text" : "Suspend",
"text" : "Suspend (RAM)",
"keybind" : "u"
}
{