feat: volume control on tux, moved wg into common

This commit is contained in:
2025-01-26 00:41:42 -08:00
parent 9b8bf921fe
commit 9a25a834a6
5 changed files with 25 additions and 1 deletions

View File

@@ -39,6 +39,14 @@
modifier = "Mod4";
defaultWorkspace = "workspace number 1";
terminal = "alacritty";
keybindings =
let
modifier = config.xsession.windowManager.i3.config.modifier;
in
lib.mkOptionDefault {
"XF86AudioRaiseVolume" = "exec pamixer -i 5";
"XF86AudioLowerVolume" = "exec pamixer -d 5";
};
};
};
};