Add keybinds to execute common command-line tools

This commit is contained in:
Oliver Davies 2025-05-25 11:46:40 +01:00
parent 413e112395
commit 99e0a8343f

View file

@ -115,6 +115,7 @@
keybindings = {
"{_,shift + ,super + }XF86MonBrightness{Down,Up}" = "${lib.getExe pkgs.brightnessctl} set {5%-,10%-,10%,+5%,+10%,100%}";
"super + x; {1,2,3}" = "st {newsboat,nmtui,bluetuith";
};
};
}