work: Enable numlock by default
This commit is contained in:
parent
de405a48f1
commit
35e8944a80
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,7 @@ in
|
|||
position = "0 0";
|
||||
};
|
||||
"DP-3" = {
|
||||
bg = "${../../wallpapers/jwst-southern-ring-nircam-miri-side-by-side-3840.png} fill";
|
||||
bg = "${../../wallpapers/space_shuttle_endeavour_3840.jpg} fill";
|
||||
mode = "3840x2160@60Hz";
|
||||
position = "3840 0";
|
||||
};
|
||||
|
@ -163,6 +163,7 @@ in
|
|||
"1241:662:USB-HID_Keyboard" = {
|
||||
xkb_layout = "us";
|
||||
xkb_options = "lv3:ralt_switch,eurosign:5";
|
||||
xkb_numlock = "enable";
|
||||
};
|
||||
"1133:49257:Logitech_USB_Laser_Mouse" = {
|
||||
natural_scroll = "enabled";
|
||||
|
|
Loading…
Reference in a new issue