Will do, bossman
It should be pretty soon. I’ve got it working already, but I need to test it more and figure out how Firefox profiles work with Playwright.
If you want you can just clone it and replace “chromium” with “firefox”. It should just work, and it shouldn’t take too long to figure out the rest.
“Currently only Chromium is supported. Other Chromium-based browsers and Firefox support to be added soon.”
Hey, I really appreciate that. I’m glad you find it useful.
I got you, boss man. Enjoy the raw speed
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.
I can confirm it’s Catppuccin Mocha. I am not currently aware of the background color issue, but I’ll look into the matter soon. Thanks for letting me know. Also how dare you. But thanks.