diff --git a/helix/config.toml b/helix/config.toml index cc42747..ea65420 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -1,10 +1,2 @@ theme = "jeenas" editor.rulers = [80] - -[editor.whitespace] -render = "all" - -[editor.whitespace.characters] -space = "·" -tab = "→" -newline = "↵" diff --git a/wlogout/layout b/wlogout/layout index fddaccf..7576910 100644 --- a/wlogout/layout +++ b/wlogout/layout @@ -7,7 +7,7 @@ { "label" : "hibernate", "action" : "systemctl hibernate", - "text" : "Hibernate (SSD)", + "text" : "Hibernate", "keybind" : "h" } { @@ -25,7 +25,7 @@ { "label" : "suspend", "action" : "systemctl suspend", - "text" : "Suspend (RAM)", + "text" : "Suspend", "keybind" : "u" } {