Compare commits

..

No commits in common. "17d13449cc7358c8bd14aebbcaa16ca1e1728426" and "ed437203840f508141e6fa9032a7febcce0d37ec" have entirely different histories.

2 changed files with 2 additions and 10 deletions

View file

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

View file

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