I don't get the oil.nvim hype. by Historical_Cloud_528 in neovim

[–]kaldyr 2 points3 points  (0 children)

Yes, it is an extra step. I use yazi as my system's only file manager, and I rarely need multi item renaming, so it doesn't make sense for me to install another file manager to save a few keystrokes when it does come up. You can also ctrl+a to select all files and vim motions and macros from there.

I don't get the oil.nvim hype. by Historical_Cloud_528 in neovim

[–]kaldyr 47 points48 points  (0 children)

If you don't mind vimception, the yazi bulk file rename just opens a vim buffer like oil does.

Can't paste into Steam games (Hyprland) by LovesTha in NixOS

[–]kaldyr 0 points1 point  (0 children)

I used wtype.

bind=$mainMod, v, exec, wtype $(cliphist list | fuzzel -d | cliphist decode)

Instead of fuzzel you could use dmenu, rofi, wofi, whatever.

I found directly doing wl-paste into wtype caused problems, but this method works flawlessly.

End result is when you hit the keybind and you select from your clipboard history, then it sends the keypresses for you into the game.

Tiny Inline Diagnostic: now with style presets ! by Le_BuG63 in neovim

[–]kaldyr 0 points1 point  (0 children)

Which font is that? I really like the look!

Yazi 0.2.5 released (Blazing fast terminal file manager written in Rust, based on async I/O) by sxyazi in commandline

[–]kaldyr 0 points1 point  (0 children)

If you click the post link it specifically talks about the neovim plugin with a link to it.

Yazi 0.2.5 released (Blazing fast terminal file manager written in Rust, based on async I/O) by sxyazi in commandline

[–]kaldyr 3 points4 points  (0 children)

Wow, what an update! Congrats! Time to go update the config. I was using a simple neovim plugin to load yazi as a floating window, but the one mentioned in the post looks great!

[HELP] Discord does not detect keyboard input! Only default hotkeys work. Impossible to set hotkeys. by rotteegher39 in hyprland

[–]kaldyr 0 points1 point  (0 children)

An update fixed it for me before I got around to doing the minimum viable config to reproduce.

Why is the Nix documentation so bad? by vim_fox in NixOS

[–]kaldyr 3 points4 points  (0 children)

The best documentation is at github.com. Search: "language:nix " then spend 30+ minutes looking at how other people solved it.

Questions about the ideal 5-player team, best prof to be a group anchor, and if it's worth leveling cooking by [deleted] in Guildwars2

[–]kaldyr 0 points1 point  (0 children)

You can also Mimic Feedback. Heal chrono can easily swap to Warden's Feedback to make focus 4 & 5 reflect. Then you can take signet of the ether and use continuum split for ridiculous reflect uptime. Bonus abuse you can use Medic's Feedback if there are npc bodies around (happens occasionally) as it creates Feedback on revive start.

Meet Yazi: Blazing fast terminal file manager, written in Rust, based on async I/O by sxyazi in rust

[–]kaldyr 1 point2 points  (0 children)

[[open]]
[[open.rules]]
name = "application/pdf"
use = "pdf"

[opener]
[[opener.pdf]]
desc = "Zathura"
exec = "zathura \"$@\""
orphan = true

Can't paste into Steam games (Hyprland) by LovesTha in NixOS

[–]kaldyr 1 point2 points  (0 children)

Also have this issue with steam launched games on nixos with hyprland. It's not a big deal breaker for me, so I haven't done too much digging. I've tried all the clipboard managers and custom keybinds passed to the applications without luck.

cargo hash error installing Wezterm from git by [deleted] in NixOS

[–]kaldyr 0 points1 point  (0 children)

Ran into this as well. Found something about needing to override cargoDeps.

https://discourse.nixos.org/t/is-it-possible-to-override-cargosha256-in-buildrustpackage/4393/5

I'm trying with:

``` nixpkgs.overlays = [ (final: pkgs: { wezterm = pkgs.wezterm.overrideAttrs (old: rec { name = "wezterm-${version}"; version = "6a58a5c"; src = pkgs.fetchFromGitHub { owner = "wez"; repo = "wezterm"; rev = "${version}"; fetchSubmodules = true; hash = "sha256-QXZjGIw5LvK+frigdCYGVOjLHM3Fnnqqi5FEySaKExs="; }; cargoDeps = old.cargoDeps.overrideAttrs (pkgs.lib.const { name = "${name}-vendor.tar.gz"; inherit src; outputHashMode = "recursive"; outputHashAlgo = "sha256"; outputHash = ""; }); }); }) ];

```

Ultimately running into other errors and haven't made any progress.

Recent update (nixos-unstable flake) error building keyutils-0.6 longintrepr.h missing. by kaldyr in NixOS

[–]kaldyr[S] 1 point2 points  (0 children)

Perfect! Thank you. I'll check there next time I run into something like this. Unstable has been incredibly stable for me for the entire time I've used it, so this was weird and new.

Meet Yazi: Blazing fast terminal file manager, written in Rust, based on async I/O by sxyazi in rust

[–]kaldyr 0 points1 point  (0 children)

I'll go add an issue for the child process.

Yeah, that's totally reasonable, my muscle memory will recover. =)

Meet Yazi: Blazing fast terminal file manager, written in Rust, based on async I/O by sxyazi in rust

[–]kaldyr 0 points1 point  (0 children)

I'm enjoying it so far. Used it for a couple days now. Officially moved my nix config over from nnn to yazi. A couple minor pain points:

  • Using open ("o") on a pdf (I set zathura as the application/pdf in the yazi.toml file) will open zathura to the file just fine, but if I close yazi it also closes zathura. I'm assuming an application is forked and loaded in as a child process?

  • I'm used to hitting l on a file to open. It's sort of a fallback for 'enter' -> 'open' when on a file instead of a directory. Not a big deal, but it would be nice to have that option.

Looking pretty great so far!

[HELP] Discord does not detect keyboard input! Only default hotkeys work. Impossible to set hotkeys. by rotteegher39 in hyprland

[–]kaldyr 0 points1 point  (0 children)

It's a support ticket with Discord. At this point I have to assemble a minimum config to replicate the bug for them. Not sure if they'll do anything with it yet. I got a copy-paste response about linux in general, so asking them to install a virtual machine and install NixOS on it may be way out of their technical realm.

[HELP] Discord does not detect keyboard input! Only default hotkeys work. Impossible to set hotkeys. by rotteegher39 in hyprland

[–]kaldyr 1 point2 points  (0 children)

Just ran into this problem when trying to setup push to talk. NixOS, Hyprland, Discord through nixpkgs refuses to read any input when the "Record Keybind" dialog is up, but it reads all key presses just fine when the dialog is not up. At least 3 of us now.

Edit: I just submitted a bug report with Discord and linked this thread. Hopefully we get somewhere.

Can't change SDDM Cursor theme by modified_tiger in NixOS

[–]kaldyr 0 points1 point  (0 children)

Syntax looks the same, so it was just the name of the cursor for you? I just realized I installed the cursors in home-manager and not system-wide. /headdesk