Add keybinds to execute common command-line tools
This commit is contained in:
parent
413e112395
commit
99e0a8343f
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@
|
||||||
|
|
||||||
keybindings = {
|
keybindings = {
|
||||||
"{_,shift + ,super + }XF86MonBrightness{Down,Up}" = "${lib.getExe pkgs.brightnessctl} set {5%-,10%-,10%,+5%,+10%,100%}";
|
"{_,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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue