From 78fd26fd4af7a5dbb76554fe418020b69a99ae7b Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 12 May 2024 14:44:50 -0400 Subject: [PATCH] slab: document keyboard keys in comments --- hosts/slab/home.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/slab/home.nix b/hosts/slab/home.nix index 6d0079a..7a82cb4 100644 --- a/hosts/slab/home.nix +++ b/hosts/slab/home.nix @@ -8,7 +8,11 @@ nixfiles = { 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";