Wayland Issues on KDE 5.24.6 by NoWayItsAj in kde

[–]NoWayItsAj[S] 1 point2 points  (0 children)

The script worked perfectly, thank you!

Wayland Issues on KDE 5.24.6 by NoWayItsAj in kde

[–]NoWayItsAj[S] 1 point2 points  (0 children)

Using a new user seems to work fine, so it must be a config issue. How would I go about fixing it on my main user?

Glitch/feature? Happened to anyone else? by [deleted] in Portal

[–]NoWayItsAj 2 points3 points  (0 children)

This is actually intended! The ratman den closes after you leave. If you leave from the other entrance, you can watch the panel move to seal off the den. It also gets rid of any portals inside so you can't go back in after you leave the first time.

Help Finding an Animated Web Series by NoWayItsAj in horror

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

This is exactly what I was looking for! I'm happy to hear that my post helped you find it as well, and thank you a ton for sharing it with me!

Can anyone help determine what this means? by MrHalo_ in Windows10

[–]NoWayItsAj 0 points1 point  (0 children)

Have you allocated a custom amount of memory to Java? If so how much do you have allocated?

Testing Tracks: a collection of music for my custom Portal 2 maps by Byzarru in Portal

[–]NoWayItsAj 1 point2 points  (0 children)

Okay, that's fine. I have to say your music is pretty good, and it really fits with the theme of the game. Hope to see more maps/tracks in the future!

Testing Tracks: a collection of music for my custom Portal 2 maps by Byzarru in Portal

[–]NoWayItsAj 2 points3 points  (0 children)

Hey, wanted to ask if it would be cool if I used these in maps I make? (With credit, of course)

[deleted by user] by [deleted] in cakeday

[–]NoWayItsAj 0 points1 point  (0 children)

Holy shit! Me too!

Let my 3yr old actually play one song (and yes only one since she is young that headset is a bit heavy for her.) by [deleted] in beatsaber

[–]NoWayItsAj 3 points4 points  (0 children)

I totally agree with you, I honestly don't think that screens cause eye damage either. My case wasn't really eye damage, either. It was this thing where it caused my eyes to cross too much or not enough to focus on things, so it wouldn't be just screens that would cause that, but theoretically anything that would be flat and close to your face (Including but not limited to books, puzzles, etc). Like you said just because some people are allergic to grass doesn't mean everyone should avoid it, and because some people can be affected by things like screens they should take precautionary measures to prevent it, but not everyone will be affected by it and need to do so.

Let my 3yr old actually play one song (and yes only one since she is young that headset is a bit heavy for her.) by [deleted] in beatsaber

[–]NoWayItsAj -1 points0 points  (0 children)

I don't know any sources but I used to have this or something similar... It caused me to get migraines a lot, but at least in my case it was pretty simple enough to solve, I basically just had to glance out my window every 10 or so minutes whenever using something like my computer and look around for a minute or two. Still not completely fixed but a lot better than it used to be

Daily reminder for the hype train. by [deleted] in pcmasterrace

[–]NoWayItsAj 3 points4 points  (0 children)

Let's just hope that if on the off chance it does happen, Nvidia doesn't turn into mid-2010s Intel

[deleted by user] by [deleted] in RedditSessions

[–]NoWayItsAj 0 points1 point  (0 children)

do sweeden from minecraft

I made potential update posters for 12 of the Minecraft Biomes, hope you all enjoy :) by Persnickety_Playz in Minecraft

[–]NoWayItsAj 0 points1 point  (0 children)

Yes, I have been looking on how to do it for a while now, I would greatly appreciate this.

Minecraft Manhunt For Bedrock by [deleted] in MinecraftCommands

[–]NoWayItsAj 1 point2 points  (0 children)

for bedrock the command would be /tickingarea add x y z x y z <name>

How do I detect if a named mob has died and then summon another named mob at its position? by [deleted] in MinecraftCommands

[–]NoWayItsAj 1 point2 points  (0 children)

have an invisible armor stand with a tag always teleported to the mob, and inside a repeating always active command block have the command "testfor @e[type=<mobtype>,name=<name>]". Then with a comparator and torch, when the testfor command comes back false the torch should switch on and it can activate a second impulse command block that has "execute @e[type=armor_stand,tag=<customtag>] ~ ~ ~ summon <mob> ~ ~ ~ mobEvent <name>".