Refactor sxhkd to its own module
This commit is contained in:
parent
cb01fe8fe7
commit
098e9f4816
3 changed files with 26 additions and 9 deletions
|
@ -24,6 +24,7 @@
|
|||
};
|
||||
|
||||
ranger.enable = true;
|
||||
sxhkd.enable = true;
|
||||
starship.enable = true;
|
||||
tmux.enable = true;
|
||||
|
||||
|
@ -109,13 +110,4 @@
|
|||
098EE055DAD2B9CB68154C6759DD38292D2273B6
|
||||
1E21B58D69FFEFAD077F152A50FEA938A3413F50
|
||||
'';
|
||||
|
||||
services.sxhkd = {
|
||||
enable = true;
|
||||
|
||||
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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue