Vorthas

joined 1 year ago
[–] [email protected] 2 points 6 months ago

Right now I'm mostly playing Pokemon Prismatic Moon (a difficulty ROMhack of Ultra Moon) but I got Ocarina of Time, Majora's Mask, Xenogears, Xenosaga (all three), Xenoblade Chronicles, and a good number of other Nintendo games and games not on Steam.

[–] [email protected] 26 points 7 months ago (2 children)

The Steam Deck was an amazing purchase for me. I put on EmuDeck and a bunch of ROMs and can play those from the Steam interface while also playing many of my Steam games and it's now a great all-arounder.

[–] [email protected] 2 points 8 months ago

Once Windows got rid of the gorgeous Aero theme starting in Windows 8, plus the shitty UI/UX that Windows got again starting in Windows 8, pushed me to Linux.

[–] [email protected] 10 points 8 months ago

I always like to remap Y to yank from current position to end of line, so it works just like D.

nnoremap Y y$

[–] [email protected] 2 points 8 months ago
  • Black Lagoon
  • Slayers
  • Canaan
  • Kara no Kyoukai
  • Ghost in the Shell Stand Alone Complex
  • Hellsing Ultimate
  • Outlaw Star
  • Jojo's Bizarre Adventure

That would be my list.

[–] [email protected] 2 points 8 months ago

Honestly because it's quite customizable, that's about it. Being able to customize my software to look and work the way I want them to is a big reason why I use certain programs over others.

[–] [email protected] 3 points 8 months ago (2 children)

EndeavourOS as the distro of choice for easy installation and AUR access.

Depending on the DE, if it's not MATE, I almost always install Caja, Engrampa, and MATE Calculator since they just have the most sane look and UX to them for my use cases.

  • Waterfox as my browser of choice (reason over Firefox is that it offers tabs below address bar as an option in Preferences rather than mucking about in userChrome.css files that often break on updates)
  • Vivaldi as a secondary browser for websites that only render right in Chromium
  • Kitty as my terminal of choice.
  • Clementine as my music player of choice
  • yt-dlp for downloading Youtube videos as mp3s
  • htop over top, also have gotop for a more graphical look
  • exa over ls
[–] [email protected] 5 points 9 months ago

MATE as is or Xfce with some MATE software (swapping Thunar for Caja, swapping the XFCE calculator program for MATE's calculator, using Engrampa instead of whatever Xfce uses for a file archive manager, etc.). I like things simple and following roughly the same paradigm that I've used for years.

And for the love of god, PLEASE KEEP MENU BARS AS THEY WERE IN THE PAST! Stop removing menu bars from programs in favor of "hamburger buttons" or whatever nonsense modern programs like to use! That's honestly one of my biggest gripes with "modern" software, they keep changing the paradigm to something that I haven't used and I can't be bothered to relearn everything.

[–] [email protected] 1 points 9 months ago (1 children)

I disagree. I actually like the LibreOffice, non-tabbed, UI. It's a UI/UX that I'm used to from Office 2003 and honestly prefer. The 2007+ ribbon interface makes things harder for me to find.

[–] [email protected] 4 points 9 months ago (2 children)

Anything after 7 is bad in my eyes. I HATE the direction Windows went with the UI style, doing away with the Vista and 7 Aero look. Plus Windows 10 drives me up the wall trying to find the proper settings (is it Settings or Control Panel? Why do we have both?!).

[–] [email protected] 7 points 10 months ago

Traditional for everything. Scrolling down means the view goes down. The mouse controls the camera (the reason why I always invert Y axis on controllers).

[–] [email protected] 6 points 10 months ago

Been using kitty for a while now, though honestly any terminal emulator works for me.

 

Can be any format.

For Commander decks, I have at least 5 Dragon tribal decks already and am planning to try to build a dragon tribal deck out of every possible multi-color combination plus mono-red eventually. But Slivers and Eldrazi are up there too as two of my favorite tribes to build around.

3
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Is there a way to have Lemmy instances render in wide-screen mode (sort of like old reddit or older themes of Wikipedia)? I really dislike the default look of everything being in the center with tons of blank space on both sides (I use 1440p monitors).

For what it's worth, I came up with the following Stylus css script to work on the lemmy.ml (also works on github.com for what it's worth if you so choose):

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 2560px !important;
}

.col-md-8 {
    flex: 0 0 85% !important;
    max-width: 85% !important;
}

.col-md-4 {
    flex: 0 0 15% !important;
    max-width: 15% !important;
}

Can just adjust max-width under the .container* options to whatever you want (I chose to set it to my monitor's width). The col-md-8 and col-md-4 are for the main content and sidebar respectively, so I have main content at 85% of the width and sidebar at 15% of the width. Result looks similar to this: https://i.imgur.com/FMAZYbh.png

Published my style here for use on Stylus: https://userstyles.world/style/10168/1440p-lemmy

view more: next ›