diff options
| author | Zach DeCook <zachdecook@librem.one> | 2025-10-03 11:30:43 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2025-10-03 11:30:43 -0400 |
| commit | b15eccb2c39243611bf843b8fbc8459801a0fdaa (patch) | |
| tree | 279504c191c6ea5bcf5020edd1aa8563309e7225 /.config/micro/settings.json | |
| parent | 64812f285f1e0736484ac138f55fba32392a41bd (diff) | |
| download | dotfiles-b15eccb2c39243611bf843b8fbc8459801a0fdaa.tar.gz | |
launch swayidle via openrc
Diffstat (limited to '.config/micro/settings.json')
| -rw-r--r-- | .config/micro/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/micro/settings.json b/.config/micro/settings.json index 3e0e805..137ebe0 100644 --- a/.config/micro/settings.json +++ b/.config/micro/settings.json @@ -1,6 +1,7 @@ { "autoclose": false, "colorscheme": "simple", + "mkparents": true, "parsecursor": true, "softwrap": true, "tabsize": 2 |
