[-] meekah@lemmy.world 9 points 1 day ago

Steam added an excellent screen capture feature to their overlay, but I like being able to capture my screen anytime, not just when playing games with the steam overlay.

gpu-screen-recorder is the perfect tool for this, you set up a command to run at startup and the software records the last X minutes in the background, with barely any hardware utilization. Add a hotkey for another command that saves the recorded clip to a file, and boom, simple and efficient replay recorder. I'm honestly surprised this app wasn't mentioned yet.

[-] meekah@lemmy.world 1 points 2 days ago

That doesn't sound normal to me. I know the feeling of heavy eyelids in such a situation whenever I haven't slept well, so if that's a regular occurrence for you, I'd look into trying to get better rest.

[-] meekah@lemmy.world 2 points 5 days ago* (last edited 5 days ago)

Who = hwaz = wer

Where = hwar = Wo

3

e/OS is a privacy focused android version that still allows users to install apps from the Play Store by spoofing user data. It uses it's own store called App Lounge, and it works fine for most apps. For some reason, Boost for Lemmy doesn't install when I click install, like all other apps, instead it opens the Play Store website inside a webview. Installing from the website doesn't work for me. I was wondering if the developer provides the APK somewhere? I only found some sketchy links so far.

32
submitted 3 months ago* (last edited 3 months ago) by meekah@lemmy.world to c/linux@lemmy.ml

I know firefox has the very useful "Copy clean Link" option in the context menu, but I would like a similar feature for copying links from any other software, like spotify for example. So I am looking for some software that hooks into the clipboard pipeline, and cleans any URL that gets added. I tried googling for something like it, but was completely unsuccessful. Does anyone have a clue how I might go about achieving this?

Thanks in advance :)

Edit: I found out about klipper's actions, which provide the option to run a command when a string that matches a regex is added to the clipboard buffer. I am not sure how to properly use this though, so any help is appreciated!

14
submitted 3 months ago by meekah@lemmy.world to c/askandroid@lemdro.id

I am interested in installing a de-googled android on my phone, but I would like to try it out a little bit first. Is there some way to emulate a phone on my PC, or is there anything like dual booting on phones?

27
submitted 3 months ago by meekah@lemmy.world to c/android@lemmy.world

I am interested in installing a de-googled android on my phone, but I would like to try it out a little bit first. Is there some way to emulate a phone on my PC, or is there anything like dual booting on phones?

26
submitted 4 months ago by meekah@lemmy.world to c/linux@lemmy.ml

I am relatively new to linux and would like to learn how to troubleshoot things like this. I'm not sure whether the title is indeed correct, but I've had it happen twice now that I was on discord with friends, and suddenly my whole system freezes. When I restart, the official discord client says it has an update.

Has anyone else have this happen? How do I best look for the actual cause? Or at least some error message I can google?

I am on vanilla arch, running plasma on wayland, and I've got the AUR enabled using yay. Discord is installed from the arch extra repo though.

46
submitted 4 months ago* (last edited 4 months ago) by meekah@lemmy.world to c/linux@lemmy.ml

I'm on KDE Plasma using wayland, and I'm annoyed with KDE's emoji picker. Well, the interface is fine, I just want emojis to immediately be pasted into the text field that was in focus when I used the shortcut to launch the emoji picker. Basically I want the behavior to be as close to the Windows emoji picker as possible.

Does anyone know of an alternative that allows me to quickly type 2 different emojis in succession? Bonus points when it's easily available on arch.

[-] meekah@lemmy.world 48 points 1 year ago* (last edited 1 year ago)

A few years ago I moved to a new city but hadn't had any luck dating. One day I matched a girl on some online dating site who immediately started sexting aggressively. Usually I'm the more intimate type, but I thought that I hadn't had sex in a while so I went for it.

She took the lead and started giving me head, which wasn't so bad honestly. But I just couldn't get into it. When she rode me I didn't get fully limp, but I wasn't really hard either. At some point she apparently came (or just got bored of my dead fish impression) and I pretty quickly packed my things and left.

That day I learned I really need some type of emotional connection with a person before having sex works for me.

[-] meekah@lemmy.world 43 points 1 year ago

Sure looks like it

222
submitted 1 year ago by meekah@lemmy.world to c/cat@lemmy.world

He's such an idiot sometimes. I love him

30
submitted 1 year ago* (last edited 1 year ago) by meekah@lemmy.world to c/linux@lemmy.ml

Edit: sadly, Auto Tab Discard did not fix my issue. Firefox is also set to block audio (including video with audio to my understanding) by default, which I never changed so I don't think that helps with this issue either.

So I installed pop on my laptop a few months ago, and recently got another one where I installed arch. On both laptops I mostly just watched series, and often times I'd just leave the laptop with the media player still open.

Now to the issue: Randomly throughout the day, it would just start playing whatever I left open, usually after a few hours of being left alone. Now that I think about it, I think it was only crunchyroll. Does anyone experience anything similar, or might even have an idea as to how to fix this or what causes this? Is it just crunchyroll being buggy?

[-] meekah@lemmy.world 48 points 1 year ago

Idk, I don't think creating a Spotify playlist is taking things seriously at all

286
submitted 1 year ago by meekah@lemmy.world to c/cat@lemmy.world

I was thinking about some raw fish or something like that, he seems to really like salmon. Any suggestions or things to watch out for?

32
submitted 1 year ago* (last edited 1 year ago) by meekah@lemmy.world to c/linux@lemmy.world

I use KDE on arch and would like to achieve the following behavior:

Whatever way I launch Konsole, I want it to check whether there already is a Konsole instance. If one exists, it should be brought into focus, and if no instance exists, one should be launched.

I am unable to find such an option in the Konsole settings, even though I found a roughly 1 year old forum entry mentioning such a setting. Was it removed or am I just blind? Or do I need some optional dependency?

Alternatively, it would be fine if this could simply kick in when I use my Super+K shortcut, which I've set up. Maybe there's a way to call Konsole from the terminal like that? I tried using konsole --force-reuse but it didn't seem to do the trick, and konsole --new-tab does not bring Konsole into the foreground.

Edit: Here's a script that does this, by @Audalin@lemmy.world

#!/bin/bash
WIN="$(kdotool search --class org.kde.konsole | head -1)"
if [[ "$WIN" != "" ]]; then 
    kdotool windowactivate "$WIN"
else 
    konsole
fi

kdotool is available in AUR as kdotool-git

16
submitted 1 year ago* (last edited 1 year ago) by meekah@lemmy.world to c/linux@lemmy.world

I recently bought a Drop ENTR, and I would like to use the media keys. On the drop.com website it says that using FN + the F-keys should work, but “Fn hotkeys may work with Windows operating system only.”. Well, for me it doesn’t work. Any ideas as to why that could be, or how I could go about creating a workaround?

obligatory I use arch btw

24
submitted 1 year ago* (last edited 1 year ago) by meekah@lemmy.world to c/linux_gaming@lemmy.world

I have 2 relevant drives. The system drive, and a drive with my game files. The drive with the game files is mounted. However, it is not displayed under "Other devices" and I am unable to select it from /dev/

Installed it using yay from AUR (aur/heroic-games-launcher-bin 2.14.1-1).

Any ideas as to what may be causing this, or how to go about troubleshooting?

[-] meekah@lemmy.world 71 points 1 year ago* (last edited 1 year ago)

That kinda mentality is why america has the most people in prison per capita. Its the only way to rationalize the way the prisoners are essentially being enslaved. So by being commercially productive, people with money (read: with power) will always work to increase the number of prisoners.

[-] meekah@lemmy.world 43 points 1 year ago

It totally is a matter of opinion. These are arbitrary rules, made up by us. We can make up whatever rules we want to.

I agree that it's weird that only in CS kilo means 1024. It would be logical to change that, to keep consistency across different fields of science. But that does not make it any less a matter of opinion.

[-] meekah@lemmy.world 39 points 2 years ago

Or those people who actively avoid patches in general, because "they make my device slow"

[-] meekah@lemmy.world 41 points 2 years ago

Where have you heard that? It's just what regular fingernails look like.

[-] meekah@lemmy.world 44 points 2 years ago

really looking forward to getting another SSD and just installing linux on it so I don't have to deal with that kind of bullshit anymore. The bullshit I will be dealing with will not be privacy related, just compatibility related.

[-] meekah@lemmy.world 38 points 2 years ago

Dbrand, apparently

view more: next ›

meekah

joined 2 years ago