fixing a bunch of broken stuff I think

This commit is contained in:
Chris Cochrun 2022-02-25 14:16:41 -06:00
parent 0dbc3ead0e
commit 8bace887a2
1551 changed files with 299 additions and 57481 deletions

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I have a 240W and a 100W charger for my ThinkPad X1 Extreme. One goes into USB-C the other one into slim tip. Based on the available power I want to use different TLP settings, for example run the laptop in battery mode when AC is only &lt;= 100W.</p> <p>Any ideas where this data is stored? The hardware can recognize it it&#39;s lower than 240W because on boot it warns me about it.</p> <p>I have checked /sys/class/power/AC so far but no luck.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/BluebirdOnBranch"> /u/BluebirdOnBranch </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/rd0wdb/read_out_watt_ac_power_delivery/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/rd0wdb/read_out_watt_ac_power_delivery/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r50qsq/dwm_quite_satisfied_with_how_this_turned_out_to_be/"> <img src="https://preview.redd.it/3c62xotrjk281.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=44ff36e354c114cfd9a652d532fda2e088db68f3" alt="[DWM] Quite satisfied with how this turned out to be ^^" title="[DWM] Quite satisfied with how this turned out to be ^^" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Bijan-regmi"> /u/Bijan-regmi </a> <br/> <span><a href="https://i.redd.it/3c62xotrjk281.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/r50qsq/dwm_quite_satisfied_with_how_this_turned_out_to_be/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Hello,</p> <p>so I recently installed Arch with Lightdm as my display manager and MATE as my Desktop Environment it&#39;s going great</p> <p>I love Global HUDs so I decided to install one, I installed mate-hud and vala-panel-appmenu-git packages from AUR using yay</p> <p>and it appears to semi work I get the menu on the panel but I also have the menu in the app as well</p> <p>how to remove the menu from the app and keep only menu in the panel?</p> <p>Screenshot: <a href="https://imgur.com/a/L5D0u35">Link Here</a></p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/ZaRealPancakes"> /u/ZaRealPancakes </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r88g0a/how_to_setup_a_global_hud_properly/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/r88g0a/how_to_setup_a_global_hud_properly/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/rsc2ld/is_there_is_a_good_gtk_theme_that_fits_with_this/"> <img src="https://preview.redd.it/81pr7blquq881.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=88b973477a9f5a980898d4c26662371f732bbbc5" alt="Is there is a good GTK theme that fits with this [WM: i3-gaps]" title="Is there is a good GTK theme that fits with this [WM: i3-gaps]" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/rzksobhy78"> /u/rzksobhy78 </a> <br/> <span><a href="https://i.redd.it/81pr7blquq881.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/rsc2ld/is_there_is_a_good_gtk_theme_that_fits_with_this/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I moved away from a hand-rolled configuration and switched to Doom not long ago. After several years of basic functionality, I suddenly found myself with multitudes of modules all loading much faster than my previous config. I couldn&#39;t believe I&#39;d waited so long.</p> <p>And then it all came crashing down. I found <a href="https://github.com/thi-ng/org-spec">org-spec</a>, which I absolutely want to use professionally. But <code>ob-ditaa</code>... My understanding is that if I set a variable, <code>defcustom</code> should leave that alone. This isnt&#39; happening. Perhaps then <code>(after! ob-ditaa ...)</code> will override the default and I&#39;ll be able to export.</p> <p>Please, help me set this in Doom so I don&#39;t have to evaluate it each time.</p> <p>I have tried this:</p> <p><code> (after! ob-ditaa ;; I&#39;ve tried org here as well (setq org-ditaa-jar-path (dt/trim-last-newline (shell-command-to-string &quot;which ditaa&quot;)))) </code></p> <p>And, actually, ditaa is on my path, so I&#39;ve done this as well:</p> <p><code> (setq org-ditaa-jar-path &quot;ditaa&quot;) </code></p> <p>This is in my <code>.doom.d/config.el</code>. And when Emacs starts, that&#39;s what it is set to, but when I dispatch to export, it&#39;s set back to the <code>defcustom</code> specified in <code>ob-ditaa.el</code>.</p> <p>I did search far and wide for someone with a config that has this. I&#39;ve found a few, but nothing seems to work.</p> <ul> <li><a href="https://emacs.stackexchange.com/questions/20731/setting-up-ditaa-in-org-mode">https://emacs.stackexchange.com/questions/20731/setting-up-ditaa-in-org-mode</a></li> <li><a href="https://github.com/hlissner/doom-emacs/blob/develop/modules/lang/org/config.el#L310-L314">https://github.com/hlissner/doom-emacs/blob/develop/modules/lang/org/config.el#L310-L314</a></li> <li><a href="https://github.com/nmartin84/.doom.d/blob/master/config.el#L893">https://github.com/nmartin84/.doom.d/blob/master/config.el#L893</a></li> </ul> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/factotvm"> /u/factotvm </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/pp3sye/from_the_ecstasy_to_the_agony_a_story_of_doom/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/pp3sye/from_the_ecstasy_to_the_agony_a_story_of_doom/">[comments]</a></span>

View file

@ -1,11 +0,0 @@
<p class="deck">Books in the News</p>
<p class="text">A new series here at CT&rsquo;s Jesus Creed &ndash; recent books that have crossed my desk.</p>
<p class="text">Joel Looper examines the question &ldquo;What did DB think of the American church?&rdquo; in his new book <em><strong><a href="https://amzn.to/3uYEfVe" class="">Bonhoeffer&rsquo;s America: A Land without Reformation</a></strong></em>. This is an important study of a famous essay by Bonhoeffer but it takes some expertise to sort through all he was saying &ndash; in its day and in the corpus of Bonhoeffer studies. Looper is a good writer; the book is accessible and a great introduction to much of what&rsquo;s going on in Bonhoeffer&rsquo;s life.</p>
<p class="text">A new book by Jonathan D. Redding, called <em><strong><a href="https://amzn.to/2YHcS63" class="">One Nation Under Graham: Apocalyptic Rhetoric and American Exceptionalism</a></strong></em>. Redding&rsquo;s book is a slice of American history. The slice is Billy Graham in several respects: his apocalyptic rhetoric, which is as American and Graham as it gets; his American exceptionalism if not patriotic nationalism; his anti-communism; his relation to presidents (Eisenhower, Kennedy, Johnson, Nixon, Carter, Reagan, George H.W. Bush, Clinton, George W. Bush, Obama, and Trump); and especially Graham&rsquo;s advocacy for &ldquo;under God&rdquo; being added in 1954 (under Eisenhower) to the Pledge of Allegiance. The decisive sermon was by George Docherty, but he was rooting his sermon and style at the time in Billy Graham&rsquo;s anti-communism American exceptionalism that could only stave off communism if Americans would be born again, get right with God, and commit to being a God-honoring Christian nation.</p>
<p class="text">When I first saw the five models of Mark Reasoner (Five Models of Scripture) I thought he was taking a cross-sectional approach to how we encounter the Bible and various Bible readings. His five are: Bible as (1) Documents, (2) Stories, (3) ...</p><p class="more"><a href="https://www.christianitytoday.com/scot-mcknight/2021/october/recent-books.html">Continue reading</a>...</p>
<p><br /><a href="https://rss.beaconads.com/click.php?z=1289806&k=c779018782158d93282944b4f7dd4d03&a=190173&c=32092707" target="_blank"><img src="https://rss.beaconads.com/img.php?z=1289806&k=c779018782158d93282944b4f7dd4d03&a=190173&c=32092707" border="0" alt="" /></a></p>
10

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I use Gnus for my email solution, using GetMail to pop my various email servers to local and then parse them into gnus/notmuch. Works like a dream. The trouble is synchronizing sent mail. The solution I&#39;ve used for several years is to automatically hide a BCC on everything I write, which sends to a sent-mail inbox that each of my PCs gets. Trouble is, not all information is saved in such a case. In particular, any other BCCs I have on the message are lost. This is a problem for the times I need to do &quot;undisclosed&quot; recipients lists. The answer seems like FCC field, which I notice NotMuch attempts to add on its own on the occasions I have mistakenly tried to write something through a NotMuch route. Trouble is, the notmuch default is relative to wherever directory location I am when I invoked it. Also, I read in the docs that things are appended to said location as mbox, like my spools, which means I need to think about how I am parsing that FCC thing.</p> <p>Before I dig in to a solved problem, how is anyone else making the most of FCC? Where do you put it, how do you parse it, do you put it in version control, etc?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/WorldsEndless"> /u/WorldsEndless </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/q8mgi3/using_fcc_in_emacsen_mail/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/q8mgi3/using_fcc_in_emacsen_mail/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r784wd/xfce_it_exists/"> <img src="https://preview.redd.it/5vvhja4py4381.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=60cddf1ef757ee355345166e5e96e456bf0fa054" alt="[Xfce] It EXISTS!" title="[Xfce] It EXISTS!" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Villagerjj"> /u/Villagerjj </a> <br/> <span><a href="https://i.redd.it/5vvhja4py4381.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/r784wd/xfce_it_exists/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Hello, I&#39;m using Arch Linux with awesomewm, and I have an issue - all plain text documents open in LibreOffice and not VSCode. There is an option in Nemo to change the default applications for file types, but it requires me to have the file of that type. Desktop environments like KDE have settings to change default applications. Is there any way to have something similar in awesome or any other window manager?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/ArtyIF"> /u/ArtyIF </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/q7yue2/is_there_any_gui_utility_that_lets_me_change/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/q7yue2/is_there_any_gui_utility_that_lets_me_change/">[comments]</a></span>