Update master
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 18 Jan 2026 17:12:56 +0000 (12:12 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 18 Jan 2026 17:12:56 +0000 (12:12 -0500)
home/.config/nvim/coc-settings.json
home/.xlaunch.d/xscreensaver

index ef69521..9422a62 100644 (file)
         }
     },
 
-    // "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
index 6f177bc..f9bb36c 100755 (executable)
@@ -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'
This page took 0.031125 seconds and 4 git commands to generate.