General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
DistroTube
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "What Are Linux Users Putting In Their Config Files?" video.
9:25 No, that’s not actually a literal “$”, it’s actually “\$”. According to the bash docs, “\$” is expanded to a “$” for a non-root user, or “#” for a root user.
39
28:43 But interesting that you have some people launching KDE Plasma this way, but none doing so with GNOME.
7
24:28 Interesting. That works because all these different players understand a common protocol called MPRIS, implemented over D-Bus.
5
4:35 I found more details about that “alert” alias here: https://askubuntu.com/questions/423646/use-of-default-alias-alert
4
11:48 Bash is not the only program that users GNU readline for user input. There are others as well. For example, Python includes a readline wrapper https://docs.python.org/3/library/readline.html in its standard library.
4
28:24 Interesting to see Emacs used as a window manager, but none of the Vims?
4
11:34 You didn’t mention PS0. Yes, that exists as well.
3
You want bash aliases? I’ll give you some of mine: export PAGER='less -iX -x4' alias more="$PAGER" because less is way more capable than more. Also a handy one for opening any file in the Emacs instance I always have running, just by typing “e «file»”: alias e='emacsclient -n' And something to ensure my custom ~/.XCompose is recognized by the major GUI toolkits: export GTK_IM_MODULE=xim export QT_IM_MODULE=xim What, you don’t know about the Compose key? http://wiki.wlug.org.nz/ComposeKey
3
24:08 I run Firefox, but I don’t feel the need for a hotkey for it. I just start it once after booting/logging in, and then leave it running all the time.
2
Looking at some of the GitHub users who fork my repositories, I might dispute your inference.
2
And who like to complain when the new version changes some behaviour they were used to.
1
19:26 “Sometimes”?
1