slab: document keyboard keys in comments

This commit is contained in:
NullBite 2024-05-12 14:44:50 -04:00
parent 7713d44e9b
commit 78fd26fd4a
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -8,7 +8,11 @@
nixfiles = { nixfiles = {
profile.base.enable = true; profile.base.enable = true;
common.wm.keybinds.Launch1="playerctl play-pause"; common.wm.keybinds = {
Launch1="playerctl play-pause"; # ROG key
# Launch3="true"; # AURA fn key
# Launch4="true"; # fan control fn key
};
}; };
home.stateVersion = "23.11"; home.stateVersion = "23.11";