sebastiancarlos @ sebastiancarlos @lemmy.sdf.org Posts 63Comments 61Joined 2 yr. ago
Sway-Talisman: Sway – Terminal Application Launcher in Scratchpad, Minimalist And Native
Hey, I really appreciate that. I'm glad you find it useful.
I got you, boss man. Enjoy the raw speed
Rust To Impose Prima Nocta
Point taken, but Big Tech systematically does equally bad things while disguising them behind DevRel, so I think it's justified to poke fun at that.
Just curious, what would be a correct translation?
The joke is that it's hard to tell if this is a joke because the lines between good intentions, corporate jargon, and feasibility have been blurred beyond recognition both here and in the real world.
It's also funny that after all these years, i18n is still a mess. Moreover, even if translations are standard in GUIs and documentation, for some reason, everyone is okay with defaulting to English for the oldest form of computer interaction.
Also, the joke is whatever you want it to be. Follow your dreams.
Cool, thanks! Look like there are things like xrandr for Wayland with this functionality. the burn-in is not so bad right now but I'll keep this in mind.
Yes! I use it all the time. No idea why it's not more popular
.bashrc:
# Prompt # "Make it simple, just the dollar sign" # "Say no more, fam" # - if error code is not 0, then prepend [N] where N is the error code # - if user is root, use red and # blue='\e[34m' red='\e[31m' bold='\e[1m' reset='\e[0m' PS1='$( status=$?; [ $status -ne 0 ] && echo "[$status] ")\['"$blue""$bold"'\]$\['"$reset"'\] ' if [[ $EUID -eq 0 ]]; then PS1='$( status=$?; [ $status -ne 0 ] && echo "[$status] ")\['"$red""$bold"'\]#\['"$reset"'\] ' fi
.inputrc:
# vi mode, change to 'emacs' here if you prefer set editing-mode vi # vi INSERT prompt set vi-ins-mode-string "\1\e[30;44m\2 INS \1\e[0m\2 " # vi NORMAL prompt set vi-cmd-mode-string "\1\e[30;47m\2 NOR \1\e[0m\2 "
answered in post. btw it seems this is a Sway only issue, so it makes sense it's ok in i3
answered in post
answered in post
Both are incomplete, but the article is no longer paywalled
Good idea, I opened a feature request
Looks like you sshd into my working titles
It's also traditional to eat raw meat, but we discovered fire at some point.
You also don’t need the dash for the short options.
True, but I refuse to entertain such a non-standard option format. It's already enough to tolerate find
's.
it's surely one of the CSS lines of all time
Thanks! I guess yas-bdsm is more of a minimal, "bring your own compiler" project. You end up with a folder for your dotfiles, and it's up to you to decide how to put stuff there.