jlai.lu

Shyfer, to newcommunities in For all your travel questions related to France : VisitingFrance

One day I need to visit but I’m scared about not knowing French. I’ll need to practice a lot first. I also have no idea how to do the r’s lol.

corsicanguppy, to linuxmemes in big deal

I’ve worked with linux for 25 years. I use emacs.

Fuck stallman for coat-tailing something successful.

GJdan,

Linux is just a kernel. Emacs/Linux is the OS.

dukk,
GJdan,

Ooh, I didn’t know about that! But I think I’d be more surprised if it wasn’t real.

woelkchen, to linuxmemes in big deal
@woelkchen@lemmy.world avatar

I would agree with the “Linux is an OS” people but they are the same ones who insist that Android isn’t Linux which is wrong.

Moshpirit, to linuxmemes in Oh no ...
@Moshpirit@lemmy.world avatar

Yes. Mastodon is mostly about linux and cats. You’re welcomed.

guskikalola,
@guskikalola@vivaldi.net avatar

@Moshpirit @ElCanut why cats, dogs are funnier :(

chemicalwonka, to linuxmemes in Oh no ...
@chemicalwonka@discuss.tchncs.de avatar

Hardened Void Linux with i3 :3

Macropolis,

I can’t quit i3. I know there are better window managers out there, but I know I’m going to want to change all the key bindings to feel like i3. I really want to try a dynamic tiler though.

Zoidberg,

I’m in the same boat. The thing that I miss with i3 is a way to layouts. I like my windows mostly fixed but if you close one, everything needs to be redone. Oh and there’s no way to work without stacking and tabbing…

bulwark,

I bounce around a lot, mainly between Qtile and Awesome WM because I like how it handles multiple monitors. You should check it out, there’s loads of premade configs on GitHub.

janAkali, to linuxmemes in Oh no ...

I have pretty minimalistic setup.

Three dropdown terminals, managed by a bash script: top for quick commands, left and right for nvim.

Bar is i3bar, with a custom status program written in Nim language (can display any command output with conditional colors).

Texas_Hangover, to lemmyshitpost in Weird 🤔

This is the stupidest fucking thing I’ve seen all day, and it’s been a long day.

NeroToro, to memes in The decentralized web is growing

So for twitter it’s mastodon, for reddit it’s lemmy, for youtube odysee maybe, but what is it for facebook?

DeadWorld, to lemmyconnect in Can't see audio controls for video :/

What is that horrifying video your watching

zoe,

there is good content to be seen on that commie app filled with backdoors xd

numberfour002, to memes in 502 Bad Gateway

YOU broke Lemmy. Insert really poor quality image of a lamentably bad site logo to help drive home the issue that “this is funny you have to laugh” because obviously we’re not specifically blaming you the user for doing nothing out of the ordinary even though we totally are and that’s “the joke” funny ha ha you need to laugh but you don’t need a helpful error message because we’re cool and edgy like that.

WhiskyTangoFoxtrot, to memes in 502 Bad Gateway

Needs more cow-print.

Aggravationstation,

I’ve got a fever… and the only cure… is late 90s cow print computers

sagrotan, to newcommunities in For all your travel questions related to France : VisitingFrance
@sagrotan@lemmy.world avatar

Don’t get it. Just drive over there, it’s not that there’s a border of some sorts. About 2 hours on the Autobahn from here (no speed limit btw, could crank my shit box to 166mph if I want it to die soon)

LovePoson, to linuxmemes in Oh no ...

So it wasn’t just me? I felt like lemmy was 10 times more active than reddit since i switched bc im mainly interested in linux. That should mean most of reddit doesnt care about linux then :/

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

I love Dwm, what about you ?

ctr1, (edited ) to linuxmemes 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

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #