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>Hi, I&#39;m new to Linux and I need to install Citrix workspace on my PC, does anyone know a way to do this? I tried installing yum and using that to download it but I had issues with installing Yum</p> <p>Thanks!</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/SeveralPie4810"> /u/SeveralPie4810 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/ra5upw/how_can_i_install_citrix_workspace/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/ra5upw/how_can_i_install_citrix_workspace/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Hi arch users,</p> <p>I&#39;ve create a tool called <code>wayremap</code>, to remap keys based on the current focused application.</p> <p><a href="https://github.com/acro5piano/wayremap">https://github.com/acro5piano/wayremap</a></p> <p>I&#39;ve switched from i3 to Sway recently, and the biggest problem is that there is no karabinar-like remapper tools for Wayland, so I created it on my own.</p> <p>Feel free to send feedbacks!</p> <p>happy waylanding,</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/acro5piano"> /u/acro5piano </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/rcnxaj/ive_created_dynamic_key_remapper_for_wayland/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/rcnxaj/ive_created_dynamic_key_remapper_for_wayland/">[comments]</a></span>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/rd1pmu/xfce_little_upgrade_from_the_last_windows_xp_one/"> <img src="https://preview.redd.it/rwyazyjjmn481.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=e8e513d8a5a44cedb324c6de22527664d4fd8ba1" alt="[xfce] little upgrade from the last windows xp one (not mutiple picture this time)" title="[xfce] little upgrade from the last windows xp one (not mutiple picture this time)" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/memeverywhere"> /u/memeverywhere </a> <br/> <span><a href="https://i.redd.it/rwyazyjjmn481.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/rd1pmu/xfce_little_upgrade_from_the_last_windows_xp_one/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Hi - I&#39;m trying to write a function which will take a filename from a project as user input. This doesn&#39;t seem to work. I get `nil` returned for the `filename` variable.</p> <p>&#x200B;</p> <pre><code>(defun my-test-function() (interactive) (let ((filename (projectile-find-file))) (message (format &quot;Current %s&quot; filename)))) </code></pre> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/PigsDogsAndSheep"> /u/PigsDogsAndSheep </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r589s8/how_to_use_projectilefindfile_in_a_custom_function/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r589s8/how_to_use_projectilefindfile_in_a_custom_function/">[comments]</a></span>