From: Siraaj Khandkar Date: Sun, 18 Jan 2026 17:12:56 +0000 (-0500) Subject: Update X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;h=5d19f69bbbc7a8a3fe1687ffa588b3aa2e06408c;p=khome.git Update --- diff --git a/home/.config/nvim/coc-settings.json b/home/.config/nvim/coc-settings.json index ef69521..9422a62 100644 --- a/home/.config/nvim/coc-settings.json +++ b/home/.config/nvim/coc-settings.json @@ -56,25 +56,25 @@ } }, - // "markdownlint.config": { - // // Allow mixed usage of both styles of heading indicators. - // // (i.e. leading hashes (###) for level 3+ after - // // dashes (---) and equals (===) for levels 2 and 1, respectively). - // // Ref: - // // - https://github.com/fannheyward/coc-markdownlint - // // - https://github.com/DavidAnson/markdownlint/blob/main/doc/md003.md - // // - https://github.com/DavidAnson/markdownlint/blob/3561fc3f38b05b3c55f44e371c2cd9bda194598a/doc/md003.md - // "MD003": { "style": "setext_with_atx" }, - // - // // Allow different list item markers (-, +, *) in unordered lists, as - // // long as each level uses the same one. - // // Ref: https://github.com/DavidAnson/markdownlint/blob/main/doc/md004.md - // "MD004": { "style": "sublist" }, - // - // // Allow duplicate headings with different parents. - // // Ref: https://github.com/DavidAnson/markdownlint/blob/main/doc/md024.md - // "MD024": { "siblings_only": true } - // }, + "markdownlint.config": { + // Allow mixed usage of both styles of heading indicators. + // (i.e. leading hashes (###) for level 3+ after + // dashes (---) and equals (===) for levels 2 and 1, respectively). + // Ref: + // - https://github.com/fannheyward/coc-markdownlint + // - https://github.com/DavidAnson/markdownlint/blob/main/doc/md003.md + // - https://github.com/DavidAnson/markdownlint/blob/3561fc3f38b05b3c55f44e371c2cd9bda194598a/doc/md003.md + "MD003": { "style": "setext_with_atx" }, + + // Allow different list item markers (-, +, *) in unordered lists, as + // long as each level uses the same one. + // Ref: https://github.com/DavidAnson/markdownlint/blob/main/doc/md004.md + "MD004": { "style": "sublist" }, + + // Allow duplicate headings with different parents. + // Ref: https://github.com/DavidAnson/markdownlint/blob/main/doc/md024.md + "MD024": { "siblings_only": true } + }, // FIXME These rust-analyzer settings do not seem to work. Why? // Ref: https://github.com/fannheyward/coc-rust-analyzer diff --git a/home/.xlaunch.d/xscreensaver b/home/.xlaunch.d/xscreensaver index 6f177bc..f9bb36c 100755 --- a/home/.xlaunch.d/xscreensaver +++ b/home/.xlaunch.d/xscreensaver @@ -14,6 +14,7 @@ subject='screensaver launch' # XXX mate-settings-daemon, on which we rely on for hidpi settings, starts # mate-screensaver and interferes with our start. debug 'Starting killing loop' +# FIXME What if mate-screensaver is not running AND is not going to run? This will loop forever in vain! while ! pkill mate-screensave do debug 'Failed to kill'