[-] nmtake@lemm.ee 8 points 21 hours ago

Since it's a MediaWiki page you can get Markdown source of the page with appending action=raw query to the URL.

[-] nmtake@lemm.ee 2 points 3 days ago

I see. Thanks for the explanation. It seems a long standing issue: https://github.com/Maato/volumeicon/issues/49

[-] nmtake@lemm.ee 3 points 3 days ago

But the problem is that if you plug in a USB or bluetooth headset, it doesn’t automatically switch to it as the default.

How about module-switch-on-connect?

[-] nmtake@lemm.ee 5 points 1 month ago

You don't need pulseaudio and pipewire at the same time because pipewire provides pulseaudio-compatible server (pipewire-pulse). Also, pipewire usually doesn't require audio group. Did you follow the official docs or other online guide?

[-] nmtake@lemm.ee 5 points 1 month ago

Can you try true instead of True?

https://specifications.freedesktop.org/desktop-entry-spec/latest/value-types.html

Values of type boolean must either be the string true or false.

[-] nmtake@lemm.ee 4 points 2 months ago

You can get 50 items at most with limit=50. Try

https://lemmy.ml/feeds/c/lemmy_support.xml?sort=New&limit=50
5
submitted 2 months ago by nmtake@lemm.ee to c/emacs@lemmy.ml
[-] nmtake@lemm.ee 29 points 2 months ago

Please note that many users of FOSS are also developers or contributors. Who wants to report a bug or send a patch if the community is worse?

[-] nmtake@lemm.ee 11 points 2 months ago
  1. Gimp to batch edit pictures in a script (I know about ImageMagick but still)

It seems to exist: https://www.gimp.org/tutorials/Basic_Batch/

[-] nmtake@lemm.ee 8 points 3 months ago

Some applications can't display some Unicode strings like s̵t̵r̵o̵k̵e̵, so replacing Markdown element like ~strike~ with Unicode equivalent (s̵t̵r̵o̵k̵e̵ ) may not be a good idea if you want portability. I opened your post in text editors and noticed that neovim-qt drops s̵t̵r̵o̵k̵e̵'s combining characters (issue on Github) and just displays stroke instead of s̵t̵r̵o̵k̵e̵; GUI Emacs with my font settings (Noto) doesn't combine the characters and displays s-t-r-o-k-e- (as I said, this may depends on font settings).

9
submitted 5 months ago* (last edited 5 months ago) by nmtake@lemm.ee to c/emacs@lemmy.ml

I wrote this script to learn how completing-read's complex arguments works. Compared to other clients it's quite limited; but thanks to packages like Vertico and Orderless, it works quite well for my use cases.

Screenshot

7
submitted 6 months ago by nmtake@lemm.ee to c/emacs@lemmy.ml

In vim terminal I use C-[ for ESC to escape from insert mode a lot, but didn't know C-[ works in GUI version of Emacs until recently. Since Meta can be replaced with ESC, we can enter C-M-s, for example, with C-[ C-s.

26
submitted 7 months ago by nmtake@lemm.ee to c/fediverse@lemmy.ml

Thorough report about the recent Fediverse spam.

Related posts:

[-] nmtake@lemm.ee 10 points 9 months ago

Most cases will be solved with these settings (but some applications may need additional tweeks):

  1. Use ja_JP.UTF-8locale, or
  2. Use ~/.config/fontconfig/fonts.conf
view more: next ›

nmtake

joined 1 year ago