0 Followers
0 Following
0 Posts
That’s the beauty of buying used! Less financial investment. In this case I went for knock-offs but I usually mod used controllers.

I customized some joycons for my steam deck

https://lemmy.world/post/6513270

I customized some joycons for my steam deck - Lemmy.world

Thoughts on the process here: https://cohost.org/nycki/post/3094309-joycons-for-steam [https://cohost.org/nycki/post/3094309-joycons-for-steam]

Yeah, I know, I explain that in the post?? They were cheaper than using real joycons and they work just as well.
joycons for steam - Lemmy.world

Won’t this delete the two newest files, as opposed to everything except the two newest files?
I just looked up the man page, and actually head -n -2 means “everything up to but not including the last two lines”, so this should always leave two files remaining.

Ah! This is a shell pipe! It’s composing several smaller commands together, cool stuff.

  • ls -1 is the grep-friendly version of ls, it prints one entry per line, like a shopping list.
  • head takes a set number of entries from the head of a list, in this case 2 items.
  • xargs takes the incoming pipe and converts it into extra arguments, in this case applying those arguments to rm.

So, combined, this says “list all the .dump files, pick the first two, and delete them.” Presumably the first two are the oldest ones, if the .dump files are named chronologically.

Dude, no need to be a dick about it. You made your point, the dunk undermines it.
  • under Home -> Power, select "Desktop Mode."
  • Open Steam in desktop mode, and go to your Library.
  • Select a game, and go to Properties -> Local Files.
  • a file browser should open and show the game files just like you’d see on PC.
I dunno, I feel like the Steam Deck’s core audience is “people who liked the Switch’s form factor but also like mods and third-party launchers.”