Compare commits
2 commits
ed43720384
...
17d13449cc
| Author | SHA1 | Date | |
|---|---|---|---|
| 17d13449cc | |||
| 2a0c78d80e |
2 changed files with 10 additions and 2 deletions
|
|
@ -1,2 +1,10 @@
|
|||
theme = "jeenas"
|
||||
editor.rulers = [80]
|
||||
|
||||
[editor.whitespace]
|
||||
render = "all"
|
||||
|
||||
[editor.whitespace.characters]
|
||||
space = "·"
|
||||
tab = "→"
|
||||
newline = "↵"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue