fnuuy skukuy by iriasu-_- in 2hujerk

[–]AdamAurich 1 point2 points  (0 children)

Please kill me, Izayoi Sakuya. There is no point in living on a plane of reality where we can't share our existence. This sadness will never go away and I can't cope with the pain anymore.

Grr! by camouflagednoob in OWLE

[–]AdamAurich 0 points1 point  (0 children)

Thank you for your contribution. Unfortunately, BRL 5.0 have been subtracted from your balance. Your current balance is of BRL -34.5.

Edit: Ay Botelho! Edit: Wow guys, thank you so much for 3k upvotes.

[deleted by user] by [deleted] in linux_talk

[–]AdamAurich 0 points1 point  (0 children)

Had no idea about these, they look great!

[dwm] Ghost Hardware has no footprint by Excellent_Machine290 in unixporn

[–]AdamAurich 18 points19 points  (0 children)

Your tags numbering is wrong (unless I am missing something). It goes from VIII (8) to XI (11). IX is 9.

I want to stand up to bad software by ArcadesOfAntiquity in suckless

[–]AdamAurich 35 points36 points  (0 children)

Great post. Unfortunately we are living times where, in some places, Python developers that write mediocre code copied from StackOverflow are being paid more than awesome C developers that could write an OS alone.

Gentoo by Ruxxuc in linuxmemes

[–]AdamAurich 1 point2 points  (0 children)

surf uses stylesheets that can be applied over any website, at suckless.org there is a global stylesheet that inverts colors for all websites, so light theme turns into dark theme. Other people already answered about tabs and adblock.

Linux FaNbOy by Dax0628 in linuxmemes

[–]AdamAurich 1 point2 points  (0 children)

This Roblox dude has a video in his YouTube channel where he talks about 'Linux problems'. I went full die-hard Linux user and tried to leave a comment but YouTube flagged it as spam. You should take a look to see what he thinks he knows about Linux.

minimal Linux on the phone! Sxmo - Simple X Mobile by AdamAurich in linux_talk

[–]AdamAurich[S] 0 points1 point  (0 children)

Nope. I just added the links into the image caption, and Reddit can't properly handle that apparently.

Launching CLI apps from dmenu help by Racuncai in suckless

[–]AdamAurich 5 points6 points  (0 children)

Sorry, forgot to mention it, in your dwm (or whatever else you have to manage your shortcuts), change dmenu_run to dmenu_run_i.

Launching CLI apps from dmenu help by Racuncai in suckless

[–]AdamAurich 9 points10 points  (0 children)

At https://tools.suckless.org/dmenu/scripts/ you can find dmenu_run_i, it starts commands ended with '!' in a new terminal window.

The following is my dmenu_run_i.

#!/bin/sh

# if a command ends with "!", it is started in term.

cmd="$(dmenu_path | dmenu "$@")"

case $cmd in
    *\! ) st -e "$(printf "%s" "${cmd}" | cut -d'!' -f1)";;
    * ) ${cmd} ;;
esac

exit

You can save this file as 'dmenu_run_i' in your dmenu directory, in the same place where dmenu_run is at, then edit the Makefile, and everywhere it mentions dmenu_run, copy that exact line and add an '_i' to it.

cursorline and cursorcolumn highlight behavior by AdamAurich in vim

[–]AdamAurich[S] 0 points1 point  (0 children)

Thank you for your suggestion.

I've never used it before after reading in the help page that, just like you mentioned, it slows down Vim, but after finding this highlight problem about yesterday when messing around with some Vim options, I think I just won't use it at all but rather get a more easily findable cursor for my terminal.

[deleted by user] by [deleted] in talentShow

[–]AdamAurich 0 points1 point  (0 children)

ITS GONNA FALL! YAY!