fix MOD!=SUPER on lolcathost

This commit is contained in:
do butterflies cry? 2026-03-26 09:46:12 +10:00
parent 92995bac8b
commit 4eb0378a65
Signed by: cry
GPG key ID: F68745A836CA0412

View file

@ -28,7 +28,10 @@
# }; # };
settings = { settings = {
"$MOD" = "ALT"; "$MOD" =
if hostname == "myputer"
then "ALT" # my SUPER key broke ;w;
else "SUPER";
# applications # applications
"$editor" = "hx"; "$editor" = "hx";