URI:
       teddit.net_rss.xml - sfeed_tests - sfeed tests and RSS and Atom files
  HTML git clone git://git.codemadness.org/sfeed_tests
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       teddit.net_rss.xml (41228B)
       ---
            1 <?xml version="1.0" encoding="UTF-8"?>
            2         <rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
            3           <channel>
            4             <atom:link href="https://teddit.net/r/suckless/?api&amp;type=rss" rel="self" type="application/rss+xml" />
            5             <title>/r/suckless</title>
            6             <link>https://teddit.net/r/suckless</link>
            7             <description>Subreddit feed for: /r/suckless</description>
            8             
            9           <item>
           10             <title>[QUESTION] how do i find the font name for a font i downloaded</title>
           11             <author>nikanangmou</author>
           12             <created>1619434674</created>
           13             <pubDate>Mon, 26 Apr 2021 02:57:54 GMT</pubDate>
           14             <domain>self.suckless</domain>
           15             <id>myo2mn</id>
           16             <thumbnail></thumbnail>
           17             
           18             <link>https://teddit.net/r/suckless/comments/myo2mn/question_how_do_i_find_the_font_name_for_a_font_i/</link>
           19             <url>https://teddit.net/r/suckless/comments/myo2mn/question_how_do_i_find_the_font_name_for_a_font_i/</url>
           20             <description><![CDATA[<!-- SC_OFF --><div class="md"><p>i have just downloaded <a href="https://github.com/microsoft/cascadia-code">this</a> font and i cant seem to find the font name to put in my <code>static const char *fonts[]          = { &quot;Noto Sans Mono:size=11&quot;, &quot;fontawesome: size=11&quot;};</code></p>
           21 </div><!-- SC_ON --><br/><a href="https://teddit.net/r/suckless/comments/myo2mn/question_how_do_i_find_the_font_name_for_a_font_i/">[link]</a> <a href="https://teddit.net/r/suckless/comments/myo2mn/question_how_do_i_find_the_font_name_for_a_font_i/">[comments]</a>]]></description>
           22             <num_comments>4</num_comments>
           23             <ups>2</ups>
           24             <stickied>false</stickied>
           25             <is_self_link>true</is_self_link>
           26           </item>
           27         
           28           <item>
           29             <title>Pywal/automatic colors on dwm/st/dmenu</title>
           30             <author>DXRaylmao</author>
           31             <created>1619430186</created>
           32             <pubDate>Mon, 26 Apr 2021 01:43:06 GMT</pubDate>
           33             <domain>self.suckless</domain>
           34             <id>mymspw</id>
           35             <thumbnail></thumbnail>
           36             
           37             <link>https://teddit.net/r/suckless/comments/mymspw/pywalautomatic_colors_on_dwmstdmenu/</link>
           38             <url>https://teddit.net/r/suckless/comments/mymspw/pywalautomatic_colors_on_dwmstdmenu/</url>
           39             <description><![CDATA[<!-- SC_OFF --><div class="md"><p>Hello
           40 I am unable to use pywal on a newly installed dwm (no patches) 
           41 I have followed the wiki of paywal, and while it works, dmenu isnt showing up with modkey+p
           42 I followed both the instructions for dwm and dmenu
           43 Any help would be appreciated (or an alternative to pywal too haha ;c )</p>
           44 </div><!-- SC_ON --><br/><a href="https://teddit.net/r/suckless/comments/mymspw/pywalautomatic_colors_on_dwmstdmenu/">[link]</a> <a href="https://teddit.net/r/suckless/comments/mymspw/pywalautomatic_colors_on_dwmstdmenu/">[comments]</a>]]></description>
           45             <num_comments>7</num_comments>
           46             <ups>1</ups>
           47             <stickied>false</stickied>
           48             <is_self_link>true</is_self_link>
           49           </item>
           50         
           51           <item>
           52             <title>xplr - A hackable, minimal, fast TUI file explorer, stealing ideas from nnn and fzf.</title>
           53             <author>sayanarijit</author>
           54             <created>1619354885</created>
           55             <pubDate>Sun, 25 Apr 2021 04:48:05 GMT</pubDate>
           56             <domain>github.com</domain>
           57             <id>my130j</id>
           58             <thumbnail></thumbnail>
           59             
           60             <link>https://teddit.net/r/suckless/comments/my130j/xplr_a_hackable_minimal_fast_tui_file_explorer/</link>
           61             <url>https://github.com/sayanarijit/xplr</url>
           62             <description><![CDATA[<br/><a href="https://github.com/sayanarijit/xplr">[link]</a> <a href="https://teddit.net/r/suckless/comments/my130j/xplr_a_hackable_minimal_fast_tui_file_explorer/">[comments]</a>]]></description>
           63             <num_comments>2</num_comments>
           64             <ups>44</ups>
           65             <stickied>false</stickied>
           66             <is_self_link>false</is_self_link>
           67           </item>
           68         
           69           <item>
           70             <title>[HELP] how do i display colored text in dwmblocks</title>
           71             <author>nikanangmou</author>
           72             <created>1619401057</created>
           73             <pubDate>Sun, 25 Apr 2021 17:37:37 GMT</pubDate>
           74             <domain>self.suckless</domain>
           75             <id>myd7jd</id>
           76             <thumbnail></thumbnail>
           77             
           78             <link>https://teddit.net/r/suckless/comments/myd7jd/help_how_do_i_display_colored_text_in_dwmblocks/</link>
           79             <url>https://teddit.net/r/suckless/comments/myd7jd/help_how_do_i_display_colored_text_in_dwmblocks/</url>
           80             <description><![CDATA[<!-- SC_OFF --><div class="md"><p>im using this <code>echo $&#39;\e[1;34m&#39;[$CURRENTDATEONLY]$&#39;\e[0m&#39;</code> which displays colored text when i run it in terminal but it does not work in dwmblocks</p>
           81 </div><!-- SC_ON --><br/><a href="https://teddit.net/r/suckless/comments/myd7jd/help_how_do_i_display_colored_text_in_dwmblocks/">[link]</a> <a href="https://teddit.net/r/suckless/comments/myd7jd/help_how_do_i_display_colored_text_in_dwmblocks/">[comments]</a>]]></description>
           82             <num_comments>2</num_comments>
           83             <ups>1</ups>
           84             <stickied>false</stickied>
           85             <is_self_link>true</is_self_link>
           86           </item>
           87         
           88           <item>
           89             <title>[ST] Curly Underlines patch for ST</title>
           90             <author>HexOctal</author>
           91             <created>1619322470</created>
           92             <pubDate>Sat, 24 Apr 2021 19:47:50 GMT</pubDate>
           93             <domain>i.redd.it</domain>
           94             <id>mxrffc</id>
           95             <thumbnail></thumbnail>
           96             
           97             <link>https://teddit.net/r/suckless/comments/mxrffc/st_curly_underlines_patch_for_st/</link>
           98             <url>https://teddit.net/r/suckless/comments/mxrffc/st_curly_underlines_patch_for_st/</url>
           99             <description><![CDATA[<br/><a href="https://teddit.net/r/suckless/comments/mxrffc/st_curly_underlines_patch_for_st/">[link]</a> <a href="https://teddit.net/r/suckless/comments/mxrffc/st_curly_underlines_patch_for_st/">[comments]</a>]]></description>
          100             <num_comments>18</num_comments>
          101             <ups>41</ups>
          102             <stickied>false</stickied>
          103             <is_self_link>true</is_self_link>
          104           </item>
          105         
          106           <item>
          107             <title>[QUESTION] how to remove opacity from dwm</title>
          108             <author>nikanangmou</author>
          109             <created>1619381281</created>
          110             <pubDate>Sun, 25 Apr 2021 12:08:01 GMT</pubDate>
          111             <domain>self.suckless</domain>
          112             <id>my70ds</id>
          113             <thumbnail></thumbnail>
          114             
          115             <link>https://teddit.net/r/suckless/comments/my70ds/question_how_to_remove_opacity_from_dwm/</link>
          116             <url>https://teddit.net/r/suckless/comments/my70ds/question_how_to_remove_opacity_from_dwm/</url>
          117             <description><![CDATA[<!-- SC_OFF --><div class="md"><p>im on the arcolinux dwm build and it automatically comes installed with a transparent patch, how do i make it so that it will remove the transparency</p>
          118 
          119 <p>my config: </p>
          120 
          121 <p><code>static const unsigned int baralpha = 0xd0;</code>   </p>
          122 
          123 <p><code>static const unsigned int borderalpha = OPAQUE;</code></p>
          124 </div><!-- SC_ON --><br/><a href="https://teddit.net/r/suckless/comments/my70ds/question_how_to_remove_opacity_from_dwm/">[link]</a> <a href="https://teddit.net/r/suckless/comments/my70ds/question_how_to_remove_opacity_from_dwm/">[comments]</a>]]></description>
          125             <num_comments>2</num_comments>
          126             <ups>2</ups>
          127             <stickied>false</stickied>
          128             <is_self_link>true</is_self_link>
          129           </item>
          130         
          131           <item>
          132             <title>ST breaks when I try to launch ncmpcpp</title>
          133             <author>IR918</author>
          134             <created>1619386498</created>
          135             <pubDate>Sun, 25 Apr 2021 13:34:58 GMT</pubDate>
          136             <domain>self.suckless</domain>
          137             <id>my8g0b</id>
          138             <thumbnail></thumbnail>
          139             
          140             <link>https://teddit.net/r/suckless/comments/my8g0b/st_breaks_when_i_try_to_launch_ncmpcpp/</link>
          141             <url>https://teddit.net/r/suckless/comments/my8g0b/st_breaks_when_i_try_to_launch_ncmpcpp/</url>
          142             <description><![CDATA[<!-- SC_OFF --><div class="md"><p><strong>ST closes itself when I try to open ncmpcpp. I don&#39;t know if is it only for me or i need some patch?</strong></p>
          143 </div><!-- SC_ON --><br/><a href="https://teddit.net/r/suckless/comments/my8g0b/st_breaks_when_i_try_to_launch_ncmpcpp/">[link]</a> <a href="https://teddit.net/r/suckless/comments/my8g0b/st_breaks_when_i_try_to_launch_ncmpcpp/">[comments]</a>]]></description>
          144             <num_comments>4</num_comments>
          145             <ups>1</ups>
          146             <stickied>false</stickied>
          147             <is_self_link>true</is_self_link>
          148           </item>
          149         
          150           <item>
          151             <title>What is the character/white space that can't be navigated in the source code of suckless apps?</title>
          152             <author>Acceptable-Grape-329</author>
          153             <created>1619373096</created>
          154             <pubDate>Sun, 25 Apr 2021 09:51:36 GMT</pubDate>
          155             <domain>self.suckless</domain>
          156             <id>my533g</id>
          157             <thumbnail></thumbnail>
          158             
          159             <link>https://teddit.net/r/suckless/comments/my533g/what_is_the_characterwhite_space_that_cant_be/</link>
          160             <url>https://teddit.net/r/suckless/comments/my533g/what_is_the_characterwhite_space_that_cant_be/</url>
          161             <description><![CDATA[<!-- SC_OFF --><div class="md"><p>Using the config.def.h file of slstatus as an example in line 68 of the file which is the line that uses the datetime function, the leading space seems like a wide(as big as a tab but with tab I can navigate it column by column) whitespace or character, I tried to search what it is but I can&#39;t see any relevant results.</p>
          162 </div><!-- SC_ON --><br/><a href="https://teddit.net/r/suckless/comments/my533g/what_is_the_characterwhite_space_that_cant_be/">[link]</a> <a href="https://teddit.net/r/suckless/comments/my533g/what_is_the_characterwhite_space_that_cant_be/">[comments]</a>]]></description>
          163             <num_comments>2</num_comments>
          164             <ups>1</ups>
          165             <stickied>false</stickied>
          166             <is_self_link>true</is_self_link>
          167           </item>
          168         
          169           <item>
          170             <title>[NOOB QUESTION] how do i change my system tray color</title>
          171             <author>nikanangmou</author>
          172             <created>1619353203</created>
          173             <pubDate>Sun, 25 Apr 2021 04:20:03 GMT</pubDate>
          174             <domain>self.suckless</domain>
          175             <id>my0ng2</id>
          176             <thumbnail></thumbnail>
          177             
          178             <link>https://teddit.net/r/suckless/comments/my0ng2/noob_question_how_do_i_change_my_system_tray_color/</link>
          179             <url>https://teddit.net/r/suckless/comments/my0ng2/noob_question_how_do_i_change_my_system_tray_color/</url>
          180             <description><![CDATA[<br/><a href="https://teddit.net/r/suckless/comments/my0ng2/noob_question_how_do_i_change_my_system_tray_color/">[link]</a> <a href="https://teddit.net/r/suckless/comments/my0ng2/noob_question_how_do_i_change_my_system_tray_color/">[comments]</a>]]></description>
          181             <num_comments>1</num_comments>
          182             <ups>1</ups>
          183             <stickied>false</stickied>
          184             <is_self_link>true</is_self_link>
          185           </item>
          186         
          187           <item>
          188             <title>Adding a manual tiling layout to [dwm]</title>
          189             <author>SalastroG</author>
          190             <created>1619296132</created>
          191             <pubDate>Sat, 24 Apr 2021 12:28:52 GMT</pubDate>
          192             <domain>self.suckless</domain>
          193             <id>mxj01w</id>
          194             <thumbnail></thumbnail>
          195             
          196             <link>https://teddit.net/r/suckless/comments/mxj01w/adding_a_manual_tiling_layout_to_dwm/</link>
          197             <url>https://teddit.net/r/suckless/comments/mxj01w/adding_a_manual_tiling_layout_to_dwm/</url>
          198             <description><![CDATA[<!-- SC_OFF --><div class="md"><p>Hi,</p>
          199 
          200 <p>Is there a patch for a layout that is similar to the functionality of manual tiling window manager (e.g. i3wm)? Sometimes I feel like I want to have something like this but mostly I like dynamic tiling, basically, I want something from both worlds.</p>
          201 
          202 <p>Thx.</p>
          203 </div><!-- SC_ON --><br/><a href="https://teddit.net/r/suckless/comments/mxj01w/adding_a_manual_tiling_layout_to_dwm/">[link]</a> <a href="https://teddit.net/r/suckless/comments/mxj01w/adding_a_manual_tiling_layout_to_dwm/">[comments]</a>]]></description>
          204             <num_comments>5</num_comments>
          205             <ups>13</ups>
          206             <stickied>false</stickied>
          207             <is_self_link>true</is_self_link>
          208           </item>
          209         
          210           <item>
          211             <title>[st] is there a copy hash patch?</title>
          212             <author>TheLudd83</author>
          213             <created>1619283685</created>
          214             <pubDate>Sat, 24 Apr 2021 09:01:25 GMT</pubDate>
          215             <domain>self.suckless</domain>
          216             <id>mxg6s7</id>
          217             <thumbnail></thumbnail>
          218             
          219             <link>https://teddit.net/r/suckless/comments/mxg6s7/st_is_there_a_copy_hash_patch/</link>
          220             <url>https://teddit.net/r/suckless/comments/mxg6s7/st_is_there_a_copy_hash_patch/</url>
          221             <description><![CDATA[<!-- SC_OFF --><div class="md"><p>I love the <a href="https://st.suckless.org/patches/copyurl/">copyurl</a> patch. Has anyone made patch to copy git commit hashes?</p>
          222 </div><!-- SC_ON --><br/><a href="https://teddit.net/r/suckless/comments/mxg6s7/st_is_there_a_copy_hash_patch/">[link]</a> <a href="https://teddit.net/r/suckless/comments/mxg6s7/st_is_there_a_copy_hash_patch/">[comments]</a>]]></description>
          223             <num_comments>1</num_comments>
          224             <ups>3</ups>
          225             <stickied>false</stickied>
          226             <is_self_link>true</is_self_link>
          227           </item>
          228         
          229           <item>
          230             <title>[QUESTION] how do i change the square that shows if a window is enabled in a tag</title>
          231             <author>nikanangmou</author>
          232             <created>1619266621</created>
          233             <pubDate>Sat, 24 Apr 2021 04:17:01 GMT</pubDate>
          234             <domain>self.suckless</domain>
          235             <id>mxcghe</id>
          236             <thumbnail></thumbnail>
          237             
          238             <link>https://teddit.net/r/suckless/comments/mxcghe/question_how_do_i_change_the_square_that_shows_if/</link>
          239             <url>https://teddit.net/r/suckless/comments/mxcghe/question_how_do_i_change_the_square_that_shows_if/</url>
          240             <description><![CDATA[<!-- SC_OFF --><div class="md"><p><a href="https://imgur.com/a/tI47E7H">this</a> is what i mean</p>
          241 </div><!-- SC_ON --><br/><a href="https://teddit.net/r/suckless/comments/mxcghe/question_how_do_i_change_the_square_that_shows_if/">[link]</a> <a href="https://teddit.net/r/suckless/comments/mxcghe/question_how_do_i_change_the_square_that_shows_if/">[comments]</a>]]></description>
          242             <num_comments>8</num_comments>
          243             <ups>6</ups>
          244             <stickied>false</stickied>
          245             <is_self_link>true</is_self_link>
          246           </item>
          247         
          248           <item>
          249             <title>Surf Discord Notifications</title>
          250             <author>therealsontaran</author>
          251             <created>1619284033</created>
          252             <pubDate>Sat, 24 Apr 2021 09:07:13 GMT</pubDate>
          253             <domain>self.suckless</domain>
          254             <id>mxg9hx</id>
          255             <thumbnail></thumbnail>
          256             
          257             <link>https://teddit.net/r/suckless/comments/mxg9hx/surf_discord_notifications/</link>
          258             <url>https://teddit.net/r/suckless/comments/mxg9hx/surf_discord_notifications/</url>
          259             <description><![CDATA[<!-- SC_OFF --><div class="md"><p>I am currently trying to use discord web on surf but can&#39;t get sound notifications when I get message. <a href="https://surf.suckless.org/patches/notifications/">Notifications</a> patch doesn&#39;t seem like it&#39;s working. Is there a way to achieve that?</p>
          260 </div><!-- SC_ON --><br/><a href="https://teddit.net/r/suckless/comments/mxg9hx/surf_discord_notifications/">[link]</a> <a href="https://teddit.net/r/suckless/comments/mxg9hx/surf_discord_notifications/">[comments]</a>]]></description>
          261             <num_comments>2</num_comments>
          262             <ups>1</ups>
          263             <stickied>false</stickied>
          264             <is_self_link>true</is_self_link>
          265           </item>
          266         
          267           <item>
          268             <title>Things I wish I knew before I tried ST</title>
          269             <author>CaydendW</author>
          270             <created>1619213250</created>
          271             <pubDate>Fri, 23 Apr 2021 13:27:30 GMT</pubDate>
          272             <domain>self.suckless</domain>
          273             <id>mwv8oh</id>
          274             <thumbnail></thumbnail>
          275             
          276             <link>https://teddit.net/r/suckless/comments/mwv8oh/things_i_wish_i_knew_before_i_tried_st/</link>
          277             <url>https://teddit.net/r/suckless/comments/mwv8oh/things_i_wish_i_knew_before_i_tried_st/</url>
          278             <description><![CDATA[<!-- SC_OFF --><div class="md"><p>Hello everyone.<br/>
          279 I rectently decided to try the Suckless Terminal. I spent a long time fixing problems which were indeed very trivial. The majority of these having to do with vim. So here are some things I have learned from building my vimrc and my version of ST!<br/>
          280 1. Patching
          281 This has probably already been said multiple times before but you should always do <code>patch --merge -i</code>. I watched DT&#39;s video on dmenu I think it was and whenever a patch failed for him he patched it by hand. This is painfully slow and hard. Instead you could do the above to have it make merge markers like git would do when there is a merge conflict. So you can then go through the files and clean it up like you would with a bad merge on git. I know this has probably been said before but the more people that know how to use <code>--merge</code> the better.  </p>
          282 
          283 <ol>
          284 <li><p>Vim and colors
          285 Ok so this one was quite a quick DuckDuckGo search away but regardless. If you use vim with <code>set termguicolors</code> your colorscheme will not work. Of course this can be fixed by adding these 2 lines to your ~/.vimrc: 
          286 <code>
          287 let &amp;t_8f = &quot;\&lt;Esc&gt;[38;2;%lu;%lu;%lum&quot;
          288 let &amp;t_8b = &quot;\&lt;Esc&gt;[48;2;%lu;%lu;%lum&quot;
          289 </code>
          290 I am not sure why this works but this will make all vim colorschemes work like magic.  </p></li>
          291 <li><p>Vim and the scrollback patch
          292 Ok this one drove me insane. I spent 3 days trying to figure out why mouse scrolling in vim did not work. It would always scroll up but never down. Of course keyboard binds worked flawlessly but the mouse would only ever scroll up. This was fixed by adding <code>set ttymouse=sgr</code> to ~/.vimrc. Now scrolling works flawlessly in vim. Beware this is using the scrollback patch not the suckless scroll. I have tried that but I couldn&#39;t get that working so I just patched instead.   </p></li>
          293 <li><p>Font thickness causes weird colour bugs
codemadness.org:70 /git/sfeed_tests/file/input/sfeed/realworld/teddit.net_rss.xml.gph:304: line too long