Better kakoune config

This commit is contained in:
Filippo Berto 2021-08-23 15:10:10 +02:00
parent e044bcfe50
commit e17323dde8
2 changed files with 13 additions and 3 deletions

View file

@ -11,6 +11,7 @@
nautilus = "${pkgs.gnome.nautilus}/bin/nautilus";
pcmanfm = "${pkgs.pcmanfm}/bin/pcmanfm";
update-backgroundCmd = "${pkgs.update-background}";
xbacklight = "${pkgs.xorg.xbacklight}/bin/xbacklight";
in
{
enable = true;
@ -45,6 +46,7 @@
"super + y" = "${bspc} node newest.marked.local -n newest.!automatic.local";
"{XF86AudioLowerVolume,XF86AudioMute,XF86AudioRaiseVolume}" = "${pulseaudio-ctl} {down,mute,up}";
"XF86Audio{Next,Play,Prev}" = "${playerctl} {next,play-pause,previous}";
"XF86MonBrightness{Up,Down}" = "${xbacklight} {+,-}10%";
};
};
}