feat(sway): enable numlock by default

This commit is contained in:
oddlama 2023-09-04 21:28:32 +02:00
parent b080fe68d5
commit 0daf5651df
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -18,9 +18,10 @@
window.titlebar = false;
input = {
"type:keyboard" = {
xkb_layout = "de";
repeat_delay = "235";
repeat_rate = "60";
xkb_layout = "de";
xkb_numlock = "enabled";
};
"type:mouse" = {
accel_profile = "flat";