mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix: use my own dmenu-randr because @LukeSmithxyz is not feature-complete
This commit is contained in:
@@ -359,11 +359,7 @@
|
||||
name = "booksplit";
|
||||
packages = [pkgs.ffmpeg pkgs.glibc.bin];
|
||||
};
|
||||
dmenu-randr = wrapScript {
|
||||
script = inputs.voidrice.outPath + "/.local/bin/displayselect";
|
||||
name = "dmenu-randr";
|
||||
packages = [pkgs.dmenu pkgs.bc pkgs.psmisc pkgs.util-linux pkgs.xorg.xrandr pkgs.gawk pkgs.libnotify pkgs.arandr (pkgs.writers.writeDashBin "setbg" "")];
|
||||
};
|
||||
dmenu-randr = pkgs.callPackage packages/dmenu-randr.nix {};
|
||||
tag = wrapScript {
|
||||
script = inputs.voidrice.outPath + "/.local/bin/tag";
|
||||
name = "tag";
|
||||
|
||||
Reference in New Issue
Block a user