Compare commits
1 Commits
master
...
01b862aaa9
Author | SHA1 | Date | |
---|---|---|---|
01b862aaa9 |
@@ -190,6 +190,10 @@
|
|||||||
config = {
|
config = {
|
||||||
input."1:1:AT_Translated_Set_2_keyboard".xkb_layout = "ie";
|
input."1:1:AT_Translated_Set_2_keyboard".xkb_layout = "ie";
|
||||||
output.eDP-1.scale = "1";
|
output.eDP-1.scale = "1";
|
||||||
|
keybindings = {
|
||||||
|
"XF86MonBrightnessDown" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set 5%-";
|
||||||
|
"XF86MonBrightnessUp" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set +5%";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user