diff --git a/src/commands/utils/tab_data.toml b/src/commands/utils/tab_data.toml index 67ba893f..8584435b 100644 --- a/src/commands/utils/tab_data.toml +++ b/src/commands/utils/tab_data.toml @@ -65,3 +65,7 @@ script = "monitor-control/scale_monitor.sh" name = "Reset Scaling" script = "monitor-control/reset_scaling.sh" matches = true + +[[data.entries]] +name = "Set Refresh Rate" +script = "monitor-control/set_refresh_rate.sh"