Skip Navigation

Posts
60
Comments
152
Joined
5 yr. ago

  • Hey that's a similar setup to mine, except I have 6700XT, on ultra settings, worst case scenario I get ~60FPS, on average it's 80

  • Super robot

  • POV, you are Lula in the next 3 weeks:

  • That only depends on the client you are using, on jerboa on Android you can share images just like you described

  • Could you upload it to the jerboa community or just send the big image here to notify the developers?

  • I fall on my knees crying NNOOOOOOOOOOOOOOOOOOO!!!!!!

  • Clicking on this image crashes jerboa

  • Now what the hell does this mean "beni Çekemeyne ANTEN, Çözemeyne DECODER, Dengesine TERAZi ve Elekktrikk Alamayana TRAFO Temin Edilir... NOT: MONTAAJÜCRETSiZDiR..."?

    It's Turkish for something like "An ANTENNA is provided to those who cannot attract me, a DECODER is provided to those who cannot decipher me, a SCALE is provided to those who cannot [....], and a TRANSFORMER is provided to those who cannot [....].... NOTE: INSTALLATION IS FREE..."

    😕 IDK

  • When I die I hope my skull gets stolen by a fucking dweeb who sticks his dick in my eye socket and posts it on 4chan!

  • Ohhhh sorry, I was half asleep when I made that comment and missed the dogwhistle, this is in fact fash propaganda. I originally thought your problem with this was the use of pepe. Sorry for the confusion 🥴

  • First: Fuck fascists.

    This is a honest question, really: are you not validating cultural appropriation?

  • Maybe you don't have a short attention span 🤣 The only reason I use Kakoune is because I completely lose my train of thought if I can't get an edit done quick enough.

  • ☝️ 🤓 If by master/slave you mean "A system in which the master node is responsible to do everything a slave does plus coordinate slaves"
    and by client/server you mean "A system in which a server is responsible only for coordinating clients".
    I don't think so, because the first window is not special, it just spawns a server if none is assigned.

  • Long-ish time Kakoune user here.

    For those who have tried Kakoune, once you’ve included things like Treesitter and the clangd language server, which one feels faster, Kakoune or Neovim?

    I never felt the need to install something like Treesitter because I feel selection-based editing is already powerful enough, if that gives you an idea of how much faster I am with Kakoune compared to Neovim. Maybe I just don't know everything Treesitter can do 🤔

    which apparently allows you to have one master Kakoune instance and multiple slave instances that would be in sync

    It's not a master/slave setup, it really is client/server, even the first instance of kakoune that you open will be a client that you can close without the other instances going down with it.

    I’m not sure if Kakoune shares the clipboard with all of those instances?

    Yup, all shared: registers, buffers, marks, hooks. (You can choose not to share stuff between clients)

  • when the

    Jump
  • The fact that this is a controversial post is just too funny for me

  • ~/.config/mimeapps.list contains a line “terminal=foot.desktop” (tried also without .desktop).

    I don't think that is a real option.

    There is no standard way to set the default terminal emulator, you need to tell your launcher application(sometimes through your DE settings) to use that terminal. For example, j4-dmenu-desktop has the option --term.

    As a file managers I use lf and nnn, they both contain .desktop-files but I can’t launch them with keybinds or menu launcher. Same applies to vim.desktop, nothing happens.

    How are you launching these programs? For keyboard shortcuts you generally need to specifically run the terminal emulator together with the program: bindsym Mod4+Return exec alacritty -e hollywood

    Edit. I managed to find a workaround for lf and nnn by editing the Exec= line in /usr/share/applications/*.desktop file. (Exec=/usr/bin/foot -e nnn) but I still can’t figure the swayimg imageviewer.

    I would advise you to copy those files to ~/.local/share/applications so they do not get overwritten during updates.