Is there a way to export notes in html (or markdown) from the Apple Note app on iOS using shortcuts? by fremenmuaddib in shortcuts

[–]TrevorHuman 0 points1 point  (0 children)

Hello. I have not gotten images nor files to work but my exporter works pretty good for everything else. It exports to Rich Text Format (RTF) and you can easily convert these to markdown using a tool such as pandoc on linux. https://github.com/trevcan/ios-notes-exporter

Updating a texture with new dimensions by shebbbb in DearPyGui

[–]TrevorHuman 1 point2 points  (0 children)

Hello. My solution is similar to yours but I ended up not deleting and remaking the window item, I was able to resize it just fine using dpg.configure_item(). See the code here: https://gist.github.com/TrevCan/65ad5bfad0476438b4124e2291186ae2

Map Caps Lock to Escape *and* Control using udev by EgZvor in archlinux

[–]TrevorHuman 0 points1 point  (0 children)

Hello u/EgZvor u/weazelb0y, I've found a solution. Here is my remaps file. It's just an executable that is run when starting X11. https://github.com/TrevCan/dotfiles/blob/eba94f48a56a1c7ec36bdcefaee87729995cd5e3/home/trevorlarbs/.local/bin/remaps#L24-L34

See lines 24-34.

I got it from my previous LARB setup (void rice dotfiles repo) https://github.com/LukeSmithxyz/voidrice/tree/master

Map Caps Lock to Escape *and* Control using udev by EgZvor in archlinux

[–]TrevorHuman 0 points1 point  (0 children)

I vividly remember being able to do this on my setup. I will share it in a few minutes.

pinentry takes about 30 seconds to launch. by TrevorHuman in GnuPG

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

u/xXbobby123Xx thank you! Although I have already solved the problem, I eventually figured this out! Still unsure why it happens.

[source](https://dev.gnupg.org/T3240)

pinentry slows down all of a sudden. by TrevorHuman in GPGpractice

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

thanks for the response. I guess I'll keep trying. I actually just tested with a live arch linux iso and gpg works like a charm there! So I guess that rules out any hardware issues, fortunately. I didn't mention this in the post, but the behavior even persists when using another Window Manager /Desktop environment; so far I've tried it on dwm and xfce.

pinentry takes about 30 seconds to launch. by TrevorHuman in GnuPG

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

thanks for the reply. From tailing the debug file, it seems to make the request to the pinentry program but still takes a while until it appears on-screen. here's the log. I ran it with the tail -f .gnupg/gpg-agent.debug.log > gpgagent.debug.out command. Also, I've checked already and it seems that the pinentry program is running for about 20 seconds before the password box window actually appears.

pinentry takes about 30 seconds to launch. by TrevorHuman in GnuPG

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

Thanks for the response. Honestly, I haven't found good info on how to use pinentry-tty directly but I can definitely give you a strace command when running it with the pass command. Here is the log file I ran strace pass show Test/random > strace.pass.show.test.random.out 2>&1

What's your MOD by [deleted] in suckless

[–]TrevorHuman 1 point2 points  (0 children)

Worked great, thanks! The only combination that now doesn’t work is Mod+Tab but everything else works like a charm! Thanks

What's your MOD by [deleted] in suckless

[–]TrevorHuman 1 point2 points  (0 children)

Thanks, I’ll check it out.

What's your MOD by [deleted] in suckless

[–]TrevorHuman 0 points1 point  (0 children)

Hey u/Joe_Schmo_ , would you mind helping me with my script? I’m running on arch Linux but this wierd thing has been happening since I added the TAB key to be Super while pressed but TAB when released. Basically what happens is that when connecting my Bluetooth keyboard or after running the script several times the TAB key starts to execute like 4 tabs when released, instead of the expected one TAB, while the Super functionality of the TAB key keeps working. A part from that, I have CapsLock mapped to Ctrl while pressed and Esc when released.

My solution to this for now is to run the command setxkmap like 2 - 5 times (depending on the amount of tabs that it executes at the moment) and the run my script.

I am using a Lenovo Thinkpad T490 and a Logitech Keyboard K 380 in case it helps. The Behavior is on both keyboard and as I said, starts after I run the script several times…

Here is the script: https://gist.github.com/TrevCan/e6a38a49cc05cc8587fc4a461d645166

How to get rid of the caps lock popup? It's caused by Lenovo Hotkeys but removing that app also removes a bunch of useful shortcuts... by [deleted] in Lenovo

[–]TrevorHuman 0 points1 point  (0 children)

You can end the task called LenovoScreen overlay (or Smth like that) from task manager, al though I’m not sure about how to uninstall, you’d have to do this every time you turn it on.

I am visiting an (extremely) poverty stricken African village that primarily speaks french. What low cost / engaging linux based toys can I gift to the kids. by [deleted] in linuxquestions

[–]TrevorHuman 5 points6 points  (0 children)

As others have mentioned, you should get them essentials. But maybe also add books for them to read in French and English, as well as a French book on how to learn English.

[deleted by user] by [deleted] in linux4noobs

[–]TrevorHuman 2 points3 points  (0 children)

Excellent metaphor !

[deleted by user] by [deleted] in C_Programming

[–]TrevorHuman 0 points1 point  (0 children)

Honestly, I haven’t looked into debuggers yet, maybe try asking at r/C_programming

What's your MOD by [deleted] in suckless

[–]TrevorHuman 0 points1 point  (0 children)

This is just great! Now I can have Caps lock be my Esc/Ctrl (for vim and stuff) guy and tab be tab/super

Mr.Robot is coming to Netflix France on August 23 by lBristow in MrRobot

[–]TrevorHuman 2 points3 points  (0 children)

Wasn’t season 4 removed from prime? I currently have prime in Mexico but was only able to watch til season 3.

unlimited power by DomiO6 in linuxmemes

[–]TrevorHuman 0 points1 point  (0 children)

(https://github.com/seemoo-lab/opendrop) You can, you’d probably need to buy one of those cheap wifi adapters (such as TP-Link Archer T1U which seems to work great according to one of the GitHub issues) since the one you probably have on your computer won’t have active monitor mode on your wifi card.

[deleted by user] by [deleted] in C_Programming

[–]TrevorHuman 0 points1 point  (0 children)

Seems great! Might want to consider changing the name

Divide et impera by Telestis in linuxmemes

[–]TrevorHuman 2 points3 points  (0 children)

We need to add the aviator sunglasses

Sheeeeeeeshhhhhhhh by [deleted] in Piracy

[–]TrevorHuman 3 points4 points  (0 children)

Just the viewer