yay
This commit is contained in:
parent
85e732d0bb
commit
2d9aaa0a62
2 changed files with 45 additions and 0 deletions
|
@ -48,6 +48,49 @@
|
||||||
# programs.mtr.enable = true;
|
# programs.mtr.enable = true;
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
|
services.actkbd = {
|
||||||
|
enable = true;
|
||||||
|
bindings = [
|
||||||
|
{
|
||||||
|
keys = [ 233 ];
|
||||||
|
events = [ "key" ];
|
||||||
|
command = "brightnessctl -d amdgpu_bl2 set +10%";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
keys = [ 232 ];
|
||||||
|
events = [ "key" ];
|
||||||
|
command = "brightnessctl -d amdgpu_bl2 set 10%-";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
keys = [ 121 ];
|
||||||
|
events = [ "key" ];
|
||||||
|
command = "pamixer -t";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
keys = [ 122 ];
|
||||||
|
events = [ "key" ];
|
||||||
|
command = "pamixer -i 5";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
keys = [ 123 ];
|
||||||
|
events = [ "key" ];
|
||||||
|
command = "pamixer -d 5";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
keys = [ 237 ];
|
||||||
|
events = [ "key" ];
|
||||||
|
command = "brightnessctl -d asus::kbd_backlight set 1-";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
keys = [ 238 ];
|
||||||
|
events = [ "key" ];
|
||||||
|
command = "brightnessctl -d asus::kbd_backlight set +1";
|
||||||
|
}
|
||||||
|
#{ keys = [ ]; events = [ "key" ]; command = "brightnessctl -d amdgpu_bl2 set +10%"; }
|
||||||
|
#{ keys = [ ]; events = [ "key" ]; command = "brightnessctl -d amdgpu_bl2 set +10%"; }
|
||||||
|
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
|
|
|
@ -34,6 +34,8 @@
|
||||||
manga-tui
|
manga-tui
|
||||||
thunderbird
|
thunderbird
|
||||||
|
|
||||||
|
pamixer
|
||||||
|
|
||||||
sl
|
sl
|
||||||
|
|
||||||
dolphin
|
dolphin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue