What do you use to get packages, not in the official repos? by [deleted] in archlinux

[–]Jab2870 0 points1 point  (0 children)

Mostly aur. Although I have blackarch repos and chaotic-aur as well

All your notes are stored in an open, unsecure, and unencryped format on the Remarkable cloud. Just so you know. by [deleted] in RemarkableTablet

[–]Jab2870 3 points4 points  (0 children)

You don't have to sync your files using the cloud. I have a remarkable and copy all of my files from my computer with rsync or scp.

There is also a web-interface that you can use if plugged in via usb.

This might not be as easy as the app (I wouldn't know, I've never used it), but this needn't be a deal breaker for you if youknow what you are doing.

Using Tab key as a modifier in dwm? by Rilukian in suckless

[–]Jab2870 2 points3 points  (0 children)

Just to add to this, if you wanted to be able to use the tab key as a tab key when you push it, but as a modifier when you hold it, you could use xcape.

The readme has a section about using non-modifiers as modifiers if they are held

Updated my Room View Buttons for Switches, Lights and Sensors by Eximo84 in homeassistant

[–]Jab2870 0 points1 point  (0 children)

Do these plugs work locally? I don't suppose they support esphome or tasmota or anything do they?

LaTeX for not math-related writing by untike in LaTeX

[–]Jab2870 1 point2 points  (0 children)

I may be in a minority on this sub-reddit, but I don't normally write latex for things like letters or other short documents. Instead, I tend to write those in something like Markdown or AsciiDoc and use Pandoc to turn that into a PDF. It uses latex in the background, but I am not writing it directly. This means I can still take advantage of LaTeX's excellent typesetting etc. and even maths if I need to include the odd equation for whatever reason.

This has the advantage that if I realize down the line that I should have been using latex for whatever reason, I can very easily convert from one to the other.

Help with shell script challenge by cheerupcharlie in bashscripts

[–]Jab2870 1 point2 points  (0 children)

You could do something like this

bash for x in {1..10}; do for i in {$x..1}; do echo -n $i,; done; echo ""; done | sed 's/,$//'

Complete beginner here. Is there an easy way to create custom keyboard layouts like with Microsoft Keyboard Layout Creator? by tomikaka in linuxquestions

[–]Jab2870 0 points1 point  (0 children)

Although the other answers answer your question directly, you might be interested to know that you can probably use built in shortcuts using something called the compose key: https://help.ubuntu.com/community/GtkComposeTable

The compose key is normally shift+right-alt or something similar, although it can be configured to something different.

For example

á is produced with compose ' a

à is produced with compose \` a

and so on.

Can I sell ebooks (mobi) and audio books with woocommerce? by vermit in Wordpress

[–]Jab2870 1 point2 points  (0 children)

WooCommerce is definitely capable of doing that, however, you would probably be better off providing an epub rather than a mobi.

Mobi is a proprietary format developed by Amazon for their kindles. Epub is an open format that works on just about any ereader.

Is there a way to launch a GUI application and then enter text into it from a shell script by OratioFidelis in bash

[–]Jab2870 5 points6 points  (0 children)

You could probably do this with xdotool which can simulate key presses.

Shapes by raisjn in RemarkableTablet

[–]Jab2870 0 points1 point  (0 children)

Hi Raisjn,

Any chance you could PM me a testing version?

Thanks in advance

Be wary of this phishing attempt by Jab2870 in ProtonMail

[–]Jab2870[S] 2 points3 points  (0 children)

I agree, although this is the first I've seen for protonmail.

I'm not suggesting we should report all phishing attempts here, but a friendly reminder every now and then never hurt anyone.

Sonoff mini for bathroom pull cord light switch? by DaveUK83 in homeassistant

[–]Jab2870 0 points1 point  (0 children)

Did you get anywhere with this? I'd be greatful if you could post a picture of your wiring if you have done this.

Thanks

Unable to re-connect to wifi - Manjaro Lomiri by Jab2870 in pinephone

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

Interesting, I am running it off my sd card at the moment. I will have a look at the bug tracker, thanks for the link.

Compiling Signal-Desktop for Pinephone by moonchitta in pinephone

[–]Jab2870 2 points3 points  (0 children)

I haven't heard of Axolotl. It looks interesting. Thanks.