slab: document keyboard keys in comments
This commit is contained in:
parent
7713d44e9b
commit
78fd26fd4a
@ -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";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user