linuxmemes

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

pascal, in Screw init wars, real OGs discriminate based on DE

“systemd is fine” yeah fuck you personally.

hottari, in I am THIS close to joining the Chromium monopoly gang

Join the Chromium monopoly it is the superior browser. Aside from not having tab containers, it beats Firefox is almost every other way.

Sonotsugipaa,
@Sonotsugipaa@lemmy.dbzer0.com avatar

Yeah no tab containers is kind of a deal breaker, thanks for letting me know.

nogrub,

one word manifest v3

hottari,

Did you know Firefox has also adopted manifest V3.

nogrub,

oh no i didn’t know that seems like i live under a rock

Sonotsugipaa,
@Sonotsugipaa@lemmy.dbzer0.com avatar

I think that was because Google dropped the controversial part of it or something, idk for sure since I don’t even bother keeping up with web dev. There was the whole WEI stuff to make up for that…

Knusper,

Nah, Mozilla just won’t implement the arbitrary restriction that Google set for content/ad blocking. They’ll be 100% API compatible, without limiting how many blocking rules there can be, which is the only bad part about v3 (or really the deprecation of the unrestricted v2), as far as I’m aware.

Mozilla can also continue supporting v2 for as long as they like. And they can provide additional APIs, which they already do, which is why uBlock Origin is, in fact, already better on Firefox today: github.com/…/uBlock-Origin-works-best-on-Firefox

@nogrub @hottari

auf, in So, timeshift or NixOS?

nix-garbage-collector satisfied my needs

ThisIsAManWhoKnowsHowToGling, in If linux distros were WW2 tanks. Made by a guy who tries to play War Thunder with linux.
@ThisIsAManWhoKnowsHowToGling@lemmy.dbzer0.com avatar

I am offended that Zorin OS isnt on here. But what tank would it be? Which tank is fairly reliable, user-friendly, and very pretty?

Sanctus, in If linux distros were WW2 tanks. Made by a guy who tries to play War Thunder with linux.
@Sanctus@lemmy.world avatar

Looking at unixporn, arch is a panzer 4

Titou, in Oh no ...
@Titou@feddit.de avatar

I love Dwm, what about you ?

Kiernian, in It doesn’t even take special talents to do!

corwin does both…

possiblylinux127, in It's been compiling for two days straight...

Sauce

vox, in Mint-y green it is.
@vox@sopuli.xyz avatar

where linux

malockin, in So, timeshift or NixOS?
@malockin@lemmy.world avatar

I’ve been running the same installation since 2012.

obligatory: “arch, btw”

QuazarOmega, in So, timeshift or NixOS?

OStree users: I have no such weaknesses

cupcakezealot, in Foolishness
@cupcakezealot@lemmy.blahaj.zone avatar

make a snapshot of it and then just run the command to your heart’s content

seitanic, (edited )
@seitanic@lemmy.sdf.org avatar

Wouldn’t rm -rf / eat /home, too? That doesn’t get backed up in a snapshot…

pewgar_seemsimandroid, in Id like to build my from source

paradox interactive

ctr1, (edited ) in Oh no ...
@ctr1@fl0w.cc avatar

This is always the first thing I get set up:

# focus next available workspace on this output

bindsym $mod+q exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && i3-msg workspace $(($ws-$ofs))

bindsym $mod+w exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && i3-msg workspace $(($ws+$ofs))

# move window to next available workspace on this output

bindsym $mod+Shift+q exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && dest=$(($ws-$ofs)) && i3-msg move workspace $dest && i3-msg workspace $dest

bindsym $mod+Shift+w exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && dest=$(($ws+$ofs)) && i3-msg move workspace $dest && i3-msg workspace $dest

Works with sway if you replace i3-msg with swaymsg (and remove --no-startup-id, since it’s not needed for Wayland).

Edit: ampersand issues, trying quote instead of code block

EmergMemeHologram, (edited )

This is so much smoother than my vim config and tmux config…

ctr1,
@ctr1@fl0w.cc avatar

My neovim config is a total mess :D. But yeah i3-msg+jq is great, I’ve written a number of solutions to this problem before using the API and external scripts, but it’s nice having things inline in the config file

EmergMemeHologram,

My neovim config is unruly.

I have a folder with config files that I source, one for plugin installs, one for custom commands and hot keys, one for themes (I have a script to manage light and dark modes by time of day), one for project specific file type augroups. I’ve got a bunch of scripts in my home/.bin folder that parse different project files into json on git commit, and then I use vim script and FZF to do custom completion helpers and jump tools with that data. Then there’s my snippets folder…

I can never leave vim. It has taken over the pathways in my brain.

ctr1,
@ctr1@fl0w.cc avatar

Nice, sounds pretty cool. FZF is great, I need to try out some new things with it. Never got into snippets but I’m sure that speeds things up considerably, will think about it.

Yeah separate config files is probably the best approach if you have a lot of things configured. I haven’t done that yet, but might try soon. My config has generally been pretty simple, mostly bindings and plugin settings. But I started developing in the TTY and had to shoehorn-in a conditional theme and such to get it to work properly, leaving it pretty unorganized.

| I can never leave vim. It has taken over the pathways in my brain.

Haha, yeah

InEnduringGrowStrong, in Tesla's competitor
@InEnduringGrowStrong@sh.itjust.works avatar

I drive a cArchLinux btw

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linuxmemes@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #