1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: add dmenurandr script

This commit is contained in:
Kierán Meinhardt
2020-09-09 09:35:50 +02:00
parent 1c52649be8
commit c8bbbb6055
3 changed files with 97 additions and 0 deletions

View File

@@ -91,6 +91,12 @@ in rec {
script = ./vg.sh;
};
dmenurandr = wrapScript {
packages = [ pkgs.dmenu pkgs.gnugrep pkgs.gnused pkgs.xorg.xrandr pkgs.gawk pkgs.libnotify pkgs.arandr ];
name = "dmenurandr";
script = ./dmenurandr.sh;
};
fkill = wrapScript {
packages = [ pkgs.procps pkgs.gawk pkgs.gnused pkgs.fzf pkgs.bash ];
script = ./fkill.sh;